Home
last modified time | relevance | path

Searched refs:patb_entry (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dmmu.h43 struct patb_entry { struct
47 extern struct patb_entry *partition_tb; argument
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dpgtable_64.c55 struct patb_entry *partition_tb;
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_nested.c23 static struct patb_entry *pseries_partition_tb;
383 pseries_partition_tb = kmalloc(sizeof(struct patb_entry) << ptb_order, in kvmhv_nested_init()
571 struct patb_entry ptbl_entry; in kvmhv_update_ptbl_cache()