Searched refs:mmu_partition_table_set_entry (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-book3s64.c | 208 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() function 236 EXPORT_SYMBOL_GPL(mmu_partition_table_set_entry);
|
D | pgtable-radix.c | 46 mmu_partition_table_set_entry(0, patb0, patb1); in native_register_process_table() 425 mmu_partition_table_set_entry(0, dw0, 0); in radix_init_partition_table()
|
D | hash_utils_64.c | 820 mmu_partition_table_set_entry(0, hash_table | htab_size, 0); in hash_init_partition_table()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | mmu.h | 227 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv.c | 3727 mmu_partition_table_set_entry(kvm->arch.lpid, dw0, dw1); in kvmppc_setup_partition_table()
|