Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsetup.h33 extern bool pseries_enable_reloc_on_exc(void);
38 static inline bool pseries_enable_reloc_on_exc(void) { return false; } in pseries_enable_reloc_on_exc() function
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsetup.c362 bool pseries_enable_reloc_on_exc(void) in pseries_enable_reloc_on_exc() function
394 EXPORT_SYMBOL(pseries_enable_reloc_on_exc);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup_64.c200 if (!pseries_enable_reloc_on_exc()) { in configure_exceptions()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_pr.c2041 pseries_enable_reloc_on_exc(); in kvmppc_core_destroy_vm_pr()