Home
last modified time | relevance | path

Searched refs:REG_SZ (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/parisc/kernel/
Dreal2.S39 # 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 …]
/linux-4.1.27/arch/powerpc/net/
Dbpf_jit_asm.S107 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); \
Dbpf_jit_comp.c43 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()
Dbpf_jit.h31 #define REG_SZ (BITS_PER_LONG/8) macro
/linux-4.1.27/include/uapi/linux/
Dhyperv.h234 #define REG_SZ 1 macro
/linux-4.1.27/drivers/hv/
Dhv_kvp.c387 case REG_SZ: in kvp_send_key()
582 kvp_data->value_type = REG_SZ; /* all our values are strings */ in kvp_respond_to_host()