Searched refs: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 | 134 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue() 268 pr_err("eBPF: address of %ps out of range of kernel_toc.\n", (void *)func); in bpf_jit_emit_func_call_rel() 301 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_emit_func_call_rel()
|
/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 | 510 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), 559 pr_err("%s: Address of %ps out of range of kernel_toc.\n", in create_ftrace_stub()
|
H A D | asm-offsets.c | 189 OFFSET(PACATOC, paca_struct, kernel_toc); in main()
|
/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_pg.c | 699 #define PACATOC offsetof(struct paca_struct, kernel_toc) 736 pr_err("Address of %ps out of range of kernel_toc.\n", in ftrace_dyn_arch_init()
|
H A D | ftrace.c | 599 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init() 631 pr_err("Address of %ps out of range of kernel_toc.\n", in ftrace_dyn_arch_init()
|
/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 2620 DUMP(p, kernel_toc, "%#-*llx"); in dump_one_paca()
|