Searched refs:hpte_encode_v (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | htab.c | 65 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in ps3_hpte_insert()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | mmu-hash64.h | 257 static inline unsigned long hpte_encode_v(unsigned long vpn, int base_psize, in hpte_encode_v() function
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_native_64.c | 223 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in native_hpte_insert()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | lpar.c | 141 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in pSeries_lpar_hpte_insert()
|