Home
last modified time | relevance | path

Searched refs:stab_real (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/mm/
Dstab.c259 paca[cpu].stab_real = __pa(newstab); in stabs_alloc()
262 cpu, paca[cpu].stab_addr, paca[cpu].stab_real); in stabs_alloc()
283 stabreal = get_paca()->stab_real | 0x1ul; in stab_initialize()
Dhash_utils_64.c793 get_paca()->stab_real = __pa((u64)&initial_stab); in early_init_mmu()
806 stab_initialize(get_paca()->stab_real); in early_init_mmu()
/arch/powerpc/include/asm/
Dpaca.h78 u64 stab_real; /* Absolute address of segment table */ member
/arch/powerpc/kernel/
Dasm-offsets.c213 DEFINE(PACASTABREAL, offsetof(struct paca_struct, stab_real)); in main()
/arch/powerpc/xmon/
Dxmon.c2043 DUMP(p, stab_real, "lx"); in dump_one_paca()