Home
last modified time | relevance | path

Searched refs:__rpte_sub_valid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-64k.h153 extern bool __rpte_sub_valid(real_pte_t rpte, unsigned long index);
166 if (!__split || __rpte_sub_valid(rpte, index))
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c33 bool __rpte_sub_valid(real_pte_t rpte, unsigned long index) in __rpte_sub_valid() function
115 if (__rpte_sub_valid(rpte, subpg_index)) { in __hash_page_4K()