Home
last modified time | relevance | path

Searched refs:cpu_has_nx (Results 1 – 6 of 6) sorted by relevance

/linux/arch/s390/include/asm/
H A Dcpufeature.h30 #define cpu_has_nx() test_facility(130) macro
/linux/arch/s390/mm/
H A Dinit.c108 if (cpu_has_nx()) in mark_rodata_ro()
H A Ddump_pagetables.c209 if (!cpu_has_nx()) in ptdump_check_wx()
H A Dfault.c392 if (unlikely(cpu_has_nx() && teid.b56)) { in do_protection_exception()
H A Dpageattr.c368 if (!cpu_has_nx()) in __set_memory()
/linux/arch/s390/boot/
H A Dstartup.c124 if (!cpu_has_nx()) { in detect_facilities()