Home
last modified time | relevance | path

Searched refs:pseries_enable_reloc_on_exc (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dsetup.h29 extern bool pseries_enable_reloc_on_exc(void);
35 static inline bool pseries_enable_reloc_on_exc(void) { return false; } in pseries_enable_reloc_on_exc() function
/linux-6.6.21/arch/powerpc/platforms/pseries/
Dsetup.c401 bool pseries_enable_reloc_on_exc(void) in pseries_enable_reloc_on_exc() function
434 EXPORT_SYMBOL(pseries_enable_reloc_on_exc);
/linux-6.6.21/arch/powerpc/kernel/
Dsetup_64.c241 if (!pseries_enable_reloc_on_exc()) { in configure_exceptions()
/linux-6.6.21/arch/powerpc/kvm/
Dbook3s_pr.c2029 pseries_enable_reloc_on_exc(); in kvmppc_core_destroy_vm_pr()