Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ZVA (0.02 sec)

  1. src/runtime/memclr_arm64.s

    	BNE	tail63
    	RET
    
    try_zva:
    	// Try using the ZVA feature to zero entire cache lines
    	// It is not meaningful to use ZVA if the block size is less than 64,
    	// so make sure that n is greater than or equal to 64
    	CMP	$63, R1
    	BLE	tail63
    
    	CMP	$128, R1
    	// Ensure n is at least 128 bytes, so that there is enough to copy after
    	// alignment.
    	BLT	no_zva
    	// Check if ZVA is allowed from user code, and if so get the block size
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    	sysInstFields{0, 7, 6, 2}:  {sys_DC, "ISW", true},
    	sysInstFields{0, 7, 10, 2}: {sys_DC, "CSW", true},
    	sysInstFields{0, 7, 14, 2}: {sys_DC, "CISW", true},
    	sysInstFields{3, 7, 4, 1}:  {sys_DC, "ZVA", true},
    	sysInstFields{3, 7, 10, 1}: {sys_DC, "CVAC", true},
    	sysInstFields{3, 7, 11, 1}: {sys_DC, "CVAU", true},
    	sysInstFields{3, 7, 14, 1}: {sys_DC, "CIVAC", true},
    	sysInstFields{0, 7, 6, 3}:  {sys_DC, "IGVAC", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64.s

    	DC	IVAC, R0                           // 207608d5
    	DC	ISW, R1                            // 417608d5
    	DC	CSW, R2                            // 427a08d5
    	DC	CISW, R3                           // 437e08d5
    	DC	ZVA, R4                            // 24740bd5
    	DC	CVAC, R5                           // 257a0bd5
    	DC	CVAU, R6                           // 267b0bd5
    	DC	CIVAC, R7                          // 277e0bd5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  4. cmd/testdata/decryptObjectInfo.json.zst

    ternal-Server-Side-Encryption-Iv":"fKWLs/9rcLGQ9Z1niQVokeqbse=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAMUYuTZAqq6tJuoY+ChbUUagaJqsmX9/vC49H4XCCIqJh9a+zVA==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfALTuiDNSlmWCPus3+DYZyDPazFOs58ymQj86j/gLntDAvACTI7565Ut6li==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buc...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top