Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c76 return H_PTEG_FULL; in h_enter()
82 return H_PTEG_FULL; in h_enter()
508 return H_PTEG_FULL; in rehash_hpte()
H A Dspapr_hcall.c71 return H_PTEG_FULL; in resize_hpt_convert_rc()
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h42 #define H_PTEG_FULL -6 /* PTEG is full */ macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_pr_papr.c55 ret = H_PTEG_FULL; in kvmppc_h_pr_enter()
H A Dtrace_hv.h181 {H_PTEG_FULL, "H_PTEG_FULL"}, \
H A Dbook3s_hv_rm_mmu.c334 return H_PTEG_FULL; in kvmppc_do_h_enter()
349 return H_PTEG_FULL; in kvmppc_do_h_enter()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c789 if (unlikely(lpar_rc == H_PTEG_FULL)) { in pSeries_lpar_hpte_insert()
1687 case H_PTEG_FULL: in pseries_lpar_resize_hpt()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h318 #define H_PTEG_FULL -6 /* PTEG is full */ macro