Searched refs:vp_base (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dxive.h110 void xive_native_free_vp_block(u32 vp_base);
165 static inline void xive_native_free_vp_block(u32 vp_base) { } argument
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.h109 u32 vp_base; member in struct:kvmppc_xive
237 return xive->vp_base + kvmppc_pack_vcpu_id(xive->kvm, server);
H A Dbook3s_xive.c1884 if (xive->vp_base == XIVE_INVALID_VP) {
1885 xive->vp_base = xive_native_alloc_vp_block(xive->nr_servers);
1886 pr_devel("VP_Base=%x nr_servers=%d\n", xive->vp_base, xive->nr_servers);
1888 if (xive->vp_base == XIVE_INVALID_VP)
2541 if (xive->vp_base != XIVE_INVALID_VP)
2694 if (xive->vp_base != XIVE_INVALID_VP)
2695 xive_native_free_vp_block(xive->vp_base);
2764 xive->vp_base = XIVE_INVALID_VP;
H A Dbook3s_xive_native.c1075 if (xive->vp_base != XIVE_INVALID_VP)
1076 xive_native_free_vp_block(xive->vp_base);
1112 xive->vp_base = XIVE_INVALID_VP;
/linux-master/arch/powerpc/sysdev/xive/
H A Dnative.c703 void xive_native_free_vp_block(u32 vp_base) argument
707 if (vp_base == XIVE_INVALID_VP)
710 rc = opal_xive_free_vp_block(vp_base);

Completed in 122 milliseconds