Searched full:kernel_toc (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/net/ |
H A D | bpf_jit.h | 106 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
|
H A D | bpf_jit_comp64.c | 137 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 D | bpf_jit_comp.c | 292 ((u64 *)image)[1] = local_paca->kernel_toc; in bpf_int_jit_compile()
|
/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace.c | 605 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 D | paca.c | 195 new_paca->kernel_toc = kernel_toc_addr(); in initialise_paca()
|
H A D | module_64.c | 509 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 D | asm-offsets.c | 190 OFFSET(PACATOC, paca_struct, kernel_toc); in main()
|
/linux/arch/powerpc/include/asm/ |
H A D | paca.h | 88 u64 kernel_toc; /* Kernel TOC address */ member
|