Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dcpufeature.h30 #define cpu_has_nx() test_facility(130) macro
/linux-6.15/arch/s390/mm/
H A Dinit.c110 if (cpu_has_nx()) in mark_rodata_ro()
H A Ddump_pagetables.c172 if (!cpu_has_nx()) in ptdump_check_wx()
H A Dfault.c388 if (unlikely(cpu_has_nx() && teid.b56)) { in do_protection_exception()
H A Dpageattr.c377 if (!cpu_has_nx()) in __set_memory()
/linux-6.15/arch/s390/boot/
H A Dstartup.c113 if (!cpu_has_nx()) { in detect_facilities()