Searched refs:PPC_LHZ_OFFS (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit32.h | 91 #define PPC_LHZ_OFFS(r, base, i) do { if ((i) < 32768) PPC_LHZ(r, base, i); \ macro 105 PPC_LHZ_OFFS(r, 13, offsetof(struct paca_struct, paca_index)); \ 110 PPC_LHZ_OFFS(r, (1 & ~(THREAD_SIZE - 1)), \ 123 #define PPC_NTOHS_OFFS(r, base, i) PPC_LHZ_OFFS(r, base, i)
|
D | bpf_jit_comp.c | 366 PPC_LHZ_OFFS(r_A, r_scratch1, in bpf_jit_build_body() 386 PPC_LHZ_OFFS(r_A, r_skb, offsetof(struct sk_buff, in bpf_jit_build_body() 398 PPC_LHZ_OFFS(r_A, r_skb, offsetof(struct sk_buff, in bpf_jit_build_body()
|