Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dstab.c112 castout_entry = get_paca()->xStab_data.next_round_robin; in make_ste()
134 get_paca()->xStab_data.next_round_robin = (castout_entry + 1) & 0xf; in make_ste()
227 castout_entry = get_paca()->xStab_data.next_round_robin; in make_slbe()
236 get_paca()->xStab_data.next_round_robin = castout_entry; in make_slbe()
319 stab_entry = make_ste(get_paca()->xStab_data.virt, esid, vsid); in ste_allocate()
345 STE *stab = (STE *) get_paca()->xStab_data.virt; in flush_stab()
Dsmp.c653 paca[i].xStab_data.virt = (unsigned long)&stab_array[PAGE_SIZE * (i-1)]; in smp_boot_cpus()
654 memset((void *)paca[i].xStab_data.virt, 0, PAGE_SIZE); in smp_boot_cpus()
655 paca[i].xStab_data.real = __v2a(paca[i].xStab_data.virt); in smp_boot_cpus()
Dmk_defs.c71 DEFINE(PACASTABREAL, offsetof(struct paca_struct, xStab_data.real)); in main()
72 DEFINE(PACASTABVIRT, offsetof(struct paca_struct, xStab_data.virt)); in main()
73 DEFINE(PACASTABRR, offsetof(struct paca_struct, xStab_data.next_round_robin)); in main()
DpacaData.c43 xStab_data: { \
/linux-2.4.37.9/include/asm-ppc64/
Dpaca.h84 STAB xStab_data; /* Segment table information 0x50,0x58,0x60 */ member