/arch/powerpc/crypto/ |
D | crc32-vpmsum_core.S | 59 #define VPERM(A, B, C, D) vperm A, B, C, D argument 61 #define VPERM(A, B, C, D) argument
|
/arch/ia64/lib/ |
D | memcpy_mck.S | 64 #define B (PREFETCH_DIST) macro 555 #define B r20 macro
|
D | copy_page_mck.S | 96 #define B (PREFETCH_DIST) macro
|
/arch/arm/kernel/ |
D | swp_emulate.c | 35 #define __user_swpX_asm(data, addr, res, temp, B) \ argument
|
/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 101 .set B, REG_B define 327 .set B, TB define
|
D | sha1_ssse3_asm.S | 192 .set B, REG_B define
|
/arch/mips/crypto/ |
D | chacha-core.S | 186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
|
/arch/arm64/kernel/ |
D | armv8_deprecated.c | 279 #define __user_swpX_asm(data, addr, res, temp, temp2, B) \ argument
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 342 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) argument
|
/arch/ia64/kernel/ |
D | kprobes.c | 30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 292 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) argument
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 334 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) argument
|
/arch/parisc/include/asm/ |
D | pgtable.h | 465 #define pte_same(A,B) (pte_val(A) == pte_val(B)) argument
|
/arch/powerpc/xmon/ |
D | ppc-opc.c | 2342 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) macro
|