Searched refs:ptrs (Results 1 – 13 of 13) sorted by relevance
/arch/arm64/kernel/ |
D | head.S | 151 .macro create_table_entry, tbl, virt, shift, ptrs, tmp1, tmp2 156 sub \ptrs, \ptrs, #1 157 and \tmp1, \tmp1, \ptrs // table index 206 .macro compute_indices, vstart, vend, shift, ptrs, istart, iend, count 208 mov \istart, \ptrs 211 mov \istart, \ptrs 217 mov \count, \ptrs
|
/arch/powerpc/kernel/ |
D | eeh_driver.c | 893 void **ptrs = (void **) pe->stack_trace; in eeh_handle_normal_event() local 902 pr_err("EEH: [%pK] %pS\n", ptrs[i], ptrs[i]); in eeh_handle_normal_event()
|
/arch/x86/net/ |
D | bpf_jit_comp.c | 471 offsetof(struct bpf_array, ptrs)); in emit_bpf_tail_call_indirect() 565 target = array->ptrs[poke->tail_call.key]; in bpf_tail_call_direct_fixup()
|
D | bpf_jit_comp32.c | 1355 EMIT3_off32(0x8B, 0x94, 0x90, offsetof(struct bpf_array, ptrs)); in emit_bpf_tail_call()
|
/arch/arm/net/ |
D | bpf_jit_32.c | 1220 BUILD_BUG_ON(imm8m(offsetof(struct bpf_array, ptrs)) < 0); in emit_bpf_tail_call() 1221 off = imm8m(offsetof(struct bpf_array, ptrs)); in emit_bpf_tail_call()
|
/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 265 PPC_BPF_LL(b2p[TMP_REG_1], b2p[TMP_REG_1], offsetof(struct bpf_array, ptrs)); in bpf_jit_emit_tail_call()
|
/arch/arm64/net/ |
D | bpf_jit_comp.c | 304 off = offsetof(struct bpf_array, ptrs); in emit_bpf_tail_call()
|
/arch/riscv/net/ |
D | bpf_jit_comp64.c | 327 off = offsetof(struct bpf_array, ptrs); in emit_bpf_tail_call()
|
D | bpf_jit_comp32.c | 817 off = offsetof(struct bpf_array, ptrs); in emit_bpf_tail_call()
|
/arch/s390/net/ |
D | bpf_jit_comp.c | 1350 REG_1, offsetof(struct bpf_array, ptrs)); in bpf_jit_insn()
|
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 879 off = offsetof(struct bpf_array, ptrs); in emit_tail_call()
|
/arch/mips/net/ |
D | ebpf_jit.c | 636 off = offsetof(struct bpf_array, ptrs); in emit_bpf_tail_call()
|
/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 9317 exg %a0,%a1 # swap src,dst ptrs
|