Searched refs:nx (Results 1 – 11 of 11) sorted by relevance
13 .macro rdsvl nx, imm16 | (\nx)58 .macro _ldr_zt nx60 | (((\nx) & 0x1f) << 5)68 .macro _str_zt nx70 | (((\nx) & 0x1f) << 5)
1 Test the nx-gzip function:5 /dev/crypto/nx-gzip7 sudo chmod go+rw /dev/crypto/nx-gzip10 /etc/udev/rules.d/99-nx-gzip.rules18 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.gz35 $ sha1sum gzip_vas.c.nx.gz.nx.gunzip gzip_vas.c36 bf43e3c0c3651f5f22b6f9784cd9b1eeab4120b6 gzip_vas.c.nx.gz.nx.gunzip40 Note that the code here are intended for testing the nx-gzip hardware function.
4 if [[ ! -w /dev/crypto/nx-gzip ]]; then14 rm -f nx-tempfile*29 ./gunz_test ${fname}.nx.gz
1 SUBSYSTEM=="nxgzip", KERNEL=="nx-gzip", MODE="0666"
2 TEST_PROGS := nx-gzip-test.sh
136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr)137 #define crb_nx_flags(c) c->stamp.nx.flags138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status139 #define crb_nx_pswid(c) c->stamp.nx.pswid
207 struct nx_stamped_fault_crb_t nx; member
17 nx-gzip \
56 .macro _ldr_zt nx58 | (((\nx) & 0x1f) << 5)66 .macro _str_zt nx68 | (((\nx) & 0x1f) << 5)
327 char nx = *punycode_start++; in punycode_decode() local329 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()
690 0x80000001, 0, edx, 20, nx , No-execute page protection
Completed in 21 milliseconds