Searched refs:REG_SZ (Results 1 – 4 of 4) sorted by relevance
/arch/parisc/kernel/ |
D | real2.S | 39 # define REG_SZ 8 macro 41 # define REG_SZ 4 macro 47 .block REG_SZ * N_SAVED_REGS 68 ldo 2*REG_SZ(%sp), %sp /* room for a couple more saves */ 69 STREG %r27, -1*REG_SZ(%sp) 70 STREG %r29, -2*REG_SZ(%sp) 72 STREG %sp, -REG_SZ(%arg0) /* save SP on real-mode stack */ 112 LDREG -REG_SZ(%sp), %sp /* restore SP */ 114 LDREG -1*REG_SZ(%sp), %r27 115 LDREG -2*REG_SZ(%sp), %r29 [all …]
|
/arch/powerpc/net/ |
D | bpf_jit_asm.S | 107 PPC_STL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 108 PPC_STL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \ 109 addi r5, r1, BPF_PPC_STACK_BASIC+(2*REG_SZ); \ 119 PPC_LL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 120 PPC_LL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \ 130 lwz r_A, BPF_PPC_STACK_BASIC+(2*REG_SZ)(r1) 160 PPC_STL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 161 PPC_STL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \ 171 PPC_LL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 172 PPC_LL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \
|
D | bpf_jit_comp.c | 43 PPC_BPF_STL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_prologue() 44 PPC_BPF_STL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_prologue() 53 PPC_BPF_STL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_prologue() 95 PPC_BPF_LL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_epilogue() 96 PPC_BPF_LL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_epilogue() 102 PPC_BPF_LL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_epilogue()
|
D | bpf_jit.h | 31 #define REG_SZ (BITS_PER_LONG/8) macro
|