Searched refs:kernel_toc (Results 1 – 10 of 10) sorted by relevance
| /arch/powerpc/include/asm/ |
| A D | paca.h | 88 u64 kernel_toc; /* Kernel TOC address */ member
|
| /arch/powerpc/net/ |
| A D | bpf_jit.h | 106 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
|
| A D | bpf_jit_comp64.c | 134 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue() 301 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_emit_func_call_rel()
|
| A D | bpf_jit_comp.c | 290 ((u64 *)image)[1] = local_paca->kernel_toc; in bpf_int_jit_compile()
|
| /arch/powerpc/kernel/ |
| A D | paca.c | 195 new_paca->kernel_toc = kernel_toc_addr(); in initialise_paca()
|
| A D | module_64.c | 510 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
|
| A D | asm-offsets.c | 189 OFFSET(PACATOC, paca_struct, kernel_toc); in main()
|
| /arch/powerpc/kernel/trace/ |
| A D | ftrace_64_pg.c | 699 #define PACATOC offsetof(struct paca_struct, kernel_toc)
|
| A D | ftrace.c | 599 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()
|
| /arch/powerpc/xmon/ |
| A D | xmon.c | 2620 DUMP(p, kernel_toc, "%#-*llx"); in dump_one_paca()
|
Completed in 22 milliseconds