Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dhvcall.h414 extern long pSeries_enable_reloc_on_exc(void);
421 #define pSeries_enable_reloc_on_exc() do {} while (0) macro
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dsetup.c390 long pSeries_enable_reloc_on_exc(void) in pSeries_enable_reloc_on_exc() function
412 EXPORT_SYMBOL(pSeries_enable_reloc_on_exc);
550 rc = pSeries_enable_reloc_on_exc(); in pSeries_setup_arch()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_pr.c1685 pSeries_enable_reloc_on_exc(); in kvmppc_core_destroy_vm_pr()