Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_nested.c23 static struct patb_entry *pseries_partition_tb; variable
362 pseries_partition_tb = kmalloc(sizeof(struct patb_entry) << ptb_order, in kvmhv_nested_init()
364 if (!pseries_partition_tb) { in kvmhv_nested_init()
369 ptcr = __pa(pseries_partition_tb) | (ptb_order - 8); in kvmhv_nested_init()
374 kfree(pseries_partition_tb); in kvmhv_nested_init()
375 pseries_partition_tb = NULL; in kvmhv_nested_init()
389 if (kvmhv_on_pseries() && pseries_partition_tb) { in kvmhv_nested_exit()
391 kfree(pseries_partition_tb); in kvmhv_nested_exit()
392 pseries_partition_tb = NULL; in kvmhv_nested_exit()
418 pseries_partition_tb[lpid].patb0 = cpu_to_be64(dw0); in kvmhv_set_ptbl_entry()
[all …]