Home
last modified time | relevance | path

Searched refs:kernel_toc (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/powerpc/include/asm/
Dpaca.h91 u64 kernel_toc; /* Kernel TOC address */ member
/linux-6.1.9/arch/powerpc/kernel/
Dpaca.c194 new_paca->kernel_toc = kernel_toc_addr(); in initialise_paca()
Dmodule_64.c326 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
Dasm-offsets.c189 OFFSET(PACATOC, paca_struct, kernel_toc); in main()
/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp.c282 ((u64 *)image)[1] = local_paca->kernel_toc; in bpf_int_jit_compile()
Dbpf_jit_comp64.c130 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue()
/linux-6.1.9/arch/powerpc/kernel/trace/
Dftrace.c709 #define PACATOC offsetof(struct paca_struct, kernel_toc)
/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c2641 DUMP(p, kernel_toc, "%#-*llx"); in dump_one_paca()