Searched refs:kernel_toc (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpaca.h88 u64 kernel_toc; /* Kernel TOC address */ member in struct:paca_struct
/linux-master/arch/powerpc/kernel/
H A Dpaca.c195 new_paca->kernel_toc = kernel_toc_addr();
H A Dmodule_64.c480 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
529 pr_err("%s: Address of %ps out of range of kernel_toc.\n",
H A Dasm-offsets.c189 OFFSET(PACATOC, paca_struct, kernel_toc);
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c220 ((u64 *)image)[1] = local_paca->kernel_toc;
H A Dbpf_jit_comp64.c131 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)));
230 pr_err("eBPF: address of %ps out of range of kernel_toc.\n", (void *)func);
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c365 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
397 pr_err("Address of %ps out of range of kernel_toc.\n",
H A Dftrace_64_pg.c714 #define PACATOC offsetof(struct paca_struct, kernel_toc)
751 pr_err("Address of %ps out of range of kernel_toc.\n",
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2637 DUMP(p, kernel_toc, "%#-*llx");

Completed in 458 milliseconds