/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 | 63 #define A 0 macro 554 #define A r19 macro
|
D | copy_page_mck.S | 95 #define A 0 macro
|
/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 100 .set A, REG_A define 329 .set A, T_REG define
|
D | sha1_ssse3_asm.S | 191 .set A, REG_A define
|
/arch/s390/kernel/ |
D | compat_linux.h | 11 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) macro
|
/arch/parisc/kernel/ |
D | signal.c | 56 #define A(__x) ((unsigned long)(__x)) macro
|
/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/powerpc/kernel/ |
D | smp.c | 283 #define IPI_MESSAGE(A) (1uL << ((BITS_PER_LONG - 8) - 8 * (A))) argument 285 #define IPI_MESSAGE(A) (1uL << (8 * (A))) 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/platforms/pseries/ |
D | ras.c | 399 #define VALID_FWNMI_BUFFER(A) \ argument
|
/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/mips/include/asm/sibyte/ |
D | bcm1480_regs.h | 152 #define A_BCM1480_L2_WAY_ENABLE(A, banks) (A | (((~(banks))&0x0F) << 8)) argument
|
/arch/powerpc/xmon/ |
D | ppc-opc.c | 2326 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… macro
|