Home
last modified time | relevance | path

Searched refs:hpte_updateboltedpp (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/
Dmachdep.h34 void (*hpte_updateboltedpp)(unsigned long newpp, member
/linux-2.4.37.9/arch/ppc64/kernel/
Dhtab.c970 static void hpte_updateboltedpp(unsigned long newpp, unsigned long ea) in hpte_updateboltedpp() function
1406 ppc_md.hpte_updateboltedpp = hpte_updateboltedpp; in hpte_init_pSeries()
1415 ppc_md.hpte_updateboltedpp = rpa_lpar_hpte_updateboltedpp; in pSeries_lpar_mm_init()
1424 ppc_md.hpte_updateboltedpp = iSeries_hpte_updateboltedpp; in hpte_init_iSeries()
Dprocess.c481 ppc_md.hpte_updateboltedpp(PP_RXRX,end_of_stack); in initialize_paca_hardware_interrupt_stack()
/linux-2.4.37.9/arch/ppc64/mm/
Dinit.c466 ppc_md.hpte_updateboltedpp(PP_RXRX, guard_page); in mm_init_ppc64()