Searched refs:PPC_LHZ_OFFS (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit.h | 147 #define PPC_LHZ_OFFS(r, base, i) do { if ((i) < 32768) PPC_LHZ(r, base, i); \ macro 161 PPC_LHZ_OFFS(r, 13, offsetof(struct paca_struct, paca_index)); \ 166 PPC_LHZ_OFFS(r, (1 & ~(THREAD_SIZE - 1)), \ 266 #define PPC_NTOHS_OFFS(r, base, i) PPC_LHZ_OFFS(r, base, i)
|
D | bpf_jit_comp.c | 367 PPC_LHZ_OFFS(r_A, r_scratch1, in bpf_jit_build_body() 387 PPC_LHZ_OFFS(r_A, r_skb, offsetof(struct sk_buff, in bpf_jit_build_body() 399 PPC_LHZ_OFFS(r_A, r_skb, offsetof(struct sk_buff, in bpf_jit_build_body()
|