Searched refs:hpte_encode_v (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/powerpc/platforms/ps3/ |
D | htab.c | 52 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in ps3_hpte_insert()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 389 static inline unsigned long hpte_encode_v(unsigned long vpn, int base_psize, in hpte_encode_v() function
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | hash_native.c | 299 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in native_hpte_insert()
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | lpar.c | 771 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in pSeries_lpar_hpte_insert()
|