Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dhvcall.h396 int h_get_mpp(struct hvcall_mpp_data *);
/arch/powerpc/platforms/pseries/
Dlparcfg.c227 rc = h_get_mpp(&mpp_data); in parse_mpp_data()
549 rc = h_get_mpp(&mpp_data); in update_mpp()
Dlpar.c769 int h_get_mpp(struct hvcall_mpp_data *mpp_data) in h_get_mpp() function
792 EXPORT_SYMBOL(h_get_mpp);
Dcmm.c263 rc = h_get_mpp(&mpp_data); in cmm_get_mpp()
/arch/powerpc/kernel/
Dvio.c916 err = h_get_mpp(&mpp_data); in vio_cmo_bus_init()