Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dcpufeature.h27 #define cpu_has_edat1() test_facility(8) macro
H A Dhugetlb.h18 #define hugepages_supported() cpu_has_edat1()
H A Dpgtable.h1782 return cpu_has_edat1() ? 1 : 0; in has_transparent_hugepage()
/linux/arch/s390/mm/
H A Dhugetlbpage.c227 if (cpu_has_edat1() && size == PMD_SIZE) in arch_hugetlb_valid_size()
H A Dvmem.c255 cpu_has_edat1() && direct && in modify_pmd_table()
260 } else if (!direct && cpu_has_edat1()) { in modify_pmd_table()
H A Dpageattr.c24 if (cpu_has_edat1()) { in __storage_key_init_range()
/linux/arch/s390/kernel/
H A Dprocessor.c213 if (cpu_has_edat1()) in setup_hwcaps()
/linux/arch/s390/boot/
H A Dstartup.c119 if (cpu_has_edat1()) in detect_facilities()
H A Dvmem.c322 if (!cpu_has_edat1() || !large_page_mapping_allowed(mode) || in try_get_large_pmd_pa()