Home
last modified time | relevance | path

Searched refs:cpu_has_edat1 (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/arch/s390/include/asm/
H A Dcpufeature.h26 #define cpu_has_edat1() test_facility(8) macro
H A Dhugetlb.h18 #define hugepages_supported() cpu_has_edat1()
H A Dpgtable.h1892 return cpu_has_edat1() ? 1 : 0; in has_transparent_hugepage()
/linux-6.15/arch/s390/mm/
H A Dvmem.c253 cpu_has_edat1() && direct && in modify_pmd_table()
258 } else if (!direct && cpu_has_edat1()) { in modify_pmd_table()
H A Dhugetlbpage.c252 if (cpu_has_edat1() && size == PMD_SIZE) in arch_hugetlb_valid_size()
H A Dpageattr.c31 if (cpu_has_edat1()) { in __storage_key_init_range()
/linux-6.15/arch/s390/kernel/
H A Dprocessor.c214 if (cpu_has_edat1()) in setup_hwcaps()
/linux-6.15/arch/s390/boot/
H A Dstartup.c108 if (cpu_has_edat1()) in detect_facilities()
H A Dvmem.c335 if (!cpu_has_edat1() || !large_page_mapping_allowed(mode) || in try_get_large_pmd_pa()
/linux-6.15/drivers/s390/char/
H A Dsclp_cmd.c432 cpu_has_edat1() ? in add_memory_merged()