Searched refs:epapr_hypercall (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | epapr_hcalls.h | 465 static inline unsigned long epapr_hypercall(unsigned long *in, in epapr_hypercall() function 501 static unsigned long epapr_hypercall(unsigned long *in, in epapr_hypercall() function 515 r = epapr_hypercall(in, out, nr); in epapr_hypercall0_1() 526 return epapr_hypercall(in, out, nr); in epapr_hypercall0() 535 return epapr_hypercall(in, out, nr); in epapr_hypercall1() 546 return epapr_hypercall(in, out, nr); in epapr_hypercall2() 558 return epapr_hypercall(in, out, nr); in epapr_hypercall3() 572 return epapr_hypercall(in, out, nr); in epapr_hypercall4()
|
/linux/arch/powerpc/kernel/ |
H A D | kvm.c | 413 epapr_hypercall(in, out, KVM_HCALL_TOKEN(KVM_HC_PPC_MAP_MAGIC_PAGE)); in kvm_map_magic_page()
|