Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsetup.h30 extern bool pseries_enable_reloc_on_exc(void);
36 static inline bool pseries_enable_reloc_on_exc(void) { return false; } in pseries_enable_reloc_on_exc() function
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dsetup.c400 bool pseries_enable_reloc_on_exc(void) in pseries_enable_reloc_on_exc() function
433 EXPORT_SYMBOL(pseries_enable_reloc_on_exc);
/linux-6.1.9/arch/powerpc/kernel/
Dsetup_64.c241 if (!pseries_enable_reloc_on_exc()) { in configure_exceptions()
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_pr.c2027 pseries_enable_reloc_on_exc(); in kvmppc_core_destroy_vm_pr()