Searched refs:subpg_index (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/powerpc/mm/book3s64/ | 
| D | hash_64k.c | 42 	unsigned int subpg_index;  in __hash_page_4K()  local87 	subpg_index = (ea & (PAGE_SIZE - 1)) >> shift;  in __hash_page_4K()
 113 	if (__rpte_sub_valid(rpte, subpg_index)) {  in __hash_page_4K()
 117 					   subpg_index);  in __hash_page_4K()
 153 		pa += (subpg_index << shift);  in __hash_page_4K()
 216 	new_pte |= pte_set_hidx(ptep, rpte, subpg_index, slot, PTRS_PER_PTE);  in __hash_page_4K()
 
 | 
| D | hash_utils.c | 1697 		int ssize, real_pte_t rpte, unsigned int subpg_index)  in pte_get_hash_gslot()  argument1702 	hidx = __rpte_to_hidx(rpte, subpg_index);  in pte_get_hash_gslot()
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ | 
| D | hash-64k.h | 120 					 unsigned int subpg_index,  in pte_set_hidx()  argument125 	rpte.hidx &= ~HIDX_BITS(0xfUL, subpg_index);  in pte_set_hidx()
 126 	*hidxp = rpte.hidx  | HIDX_BITS(HIDX_SHIFT_BY_ONE(hidx), subpg_index);  in pte_set_hidx()
 
 | 
| D | hash-4k.h | 95 					 unsigned int subpg_index, unsigned long hidx,  in pte_set_hidx()  argument
 | 
| D | hash.h | 217 		int ssize, real_pte_t rpte, unsigned int subpg_index);
 |