Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/arm64/fp/
A Dsme-inst.h13 .macro rdsvl nx, imm
16 | (\nx)
58 .macro _ldr_zt nx
60 | (((\nx) & 0x1f) << 5)
68 .macro _str_zt nx
70 | (((\nx) & 0x1f) << 5)
/tools/testing/selftests/powerpc/nx-gzip/
A DREADME1 Test the nx-gzip function:
5 /dev/crypto/nx-gzip
7 sudo chmod go+rw /dev/crypto/nx-gzip
10 /etc/udev/rules.d/99-nx-gzip.rules
18 Compress any file using Fixed Huffman mode. Output will have a .nx.gz suffix:
24 Uncompress the previous output. Output will have a .nx.gunzip suffix:
25 ./gunz_test gzip_vas.c.nx.gz
35 $ sha1sum gzip_vas.c.nx.gz.nx.gunzip gzip_vas.c
36 bf43e3c0c3651f5f22b6f9784cd9b1eeab4120b6 gzip_vas.c.nx.gz.nx.gunzip
40 Note that the code here are intended for testing the nx-gzip hardware function.
A Dnx-gzip-test.sh4 if [[ ! -w /dev/crypto/nx-gzip ]]; then
14 rm -f nx-tempfile*
29 ./gunz_test ${fname}.nx.gz
A D99-nx-gzip.rules1 SUBSYSTEM=="nxgzip", KERNEL=="nx-gzip", MODE="0666"
A DMakefile2 TEST_PROGS := nx-gzip-test.sh
/tools/testing/selftests/powerpc/nx-gzip/include/
A Dcrb.h136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr)
137 #define crb_nx_flags(c) c->stamp.nx.flags
138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status
139 #define crb_nx_pswid(c) c->stamp.nx.pswid
A Dnxu.h207 struct nx_stamped_fault_crb_t nx; member
/tools/testing/selftests/powerpc/
A DMakefile17 nx-gzip \
/tools/testing/selftests/arm64/abi/
A Dsyscall-abi-asm.S56 .macro _ldr_zt nx
58 | (((\nx) & 0x1f) << 5)
66 .macro _str_zt nx
68 | (((\nx) & 0x1f) << 5)
/tools/perf/util/
A Ddemangle-rust-v0.c327 char nx = *punycode_start++; in punycode_decode() local
329 if ('a' <= nx && nx <= 'z') { in punycode_decode()
330 d = nx - 'a'; in punycode_decode()
331 } else if ('0' <= nx && nx <= '9') { in punycode_decode()
332 d = 26 + (nx - '0'); in punycode_decode()
/tools/arch/x86/kcpuid/
A Dcpuid.csv690 0x80000001, 0, edx, 20, nx , No-execute page protection

Completed in 21 milliseconds