Searched refs:mmu_partition_table_set_entry (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/arch/powerpc/include/asm/ | 
| D | mmu.h | 310 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
 | 
| /Linux-v6.6/arch/powerpc/mm/book3s64/ | 
| D | pgtable.c | 324 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,  in mmu_partition_table_set_entry()  function361 EXPORT_SYMBOL_GPL(mmu_partition_table_set_entry);
 
 | 
| D | radix_pgtable.c | 434 	mmu_partition_table_set_entry(0, dw0, dw1, false);  in radix_init_partition_table()
 | 
| D | hash_utils.c | 1009 	mmu_partition_table_set_entry(0, hash_table | htab_size, 0, false);  in hash_init_partition_table()
 | 
| /Linux-v6.6/arch/powerpc/kvm/ | 
| D | book3s_hv_nested.c | 506 		mmu_partition_table_set_entry(lpid, dw0, dw1, true);  in kvmhv_set_ptbl_entry()
 |