Home
last modified time | relevance | path

Searched full:kernel_toc (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit.h106 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
H A Dbpf_jit_comp64.c137 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue()
282 pr_err("eBPF: address of %ps out of range of kernel_toc.\n", (void *)func); in bpf_jit_emit_func_call_rel()
315 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_emit_func_call_rel()
H A Dbpf_jit_comp.c292 ((u64 *)image)[1] = local_paca->kernel_toc; in bpf_int_jit_compile()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c605 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()
637 pr_err("Address of %ps out of range of kernel_toc.\n", in ftrace_dyn_arch_init()
/linux/arch/powerpc/kernel/
H A Dpaca.c195 new_paca->kernel_toc = kernel_toc_addr(); in initialise_paca()
H A Dmodule_64.c509 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
558 pr_err("%s: Address of %ps out of range of kernel_toc.\n", in create_ftrace_stub()
H A Dasm-offsets.c190 OFFSET(PACATOC, paca_struct, kernel_toc); in main()
/linux/arch/powerpc/include/asm/
H A Dpaca.h88 u64 kernel_toc; /* Kernel TOC address */ member