Searched refs:kernel_toc (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | paca.h | 88 u64 kernel_toc; /* Kernel TOC address */ member
|
| /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)),
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 115 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
|
| H A D | bpf_jit_comp64.c | 206 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue() 495 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 | 295 ((u64 *)image)[1] = local_paca->kernel_toc; in bpf_int_jit_compile()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 623 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()
|