Home
last modified time | relevance | path

Searched refs:cpu_has_bear (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/s390/include/asm/
H A Dcpu.h25 DECLARE_STATIC_KEY_FALSE(cpu_has_bear);
H A Dcpufeature.h25 #define cpu_has_bear() test_facility(193) macro
/linux-6.15/arch/s390/kernel/
H A Dsyscall.c94 if (cpu_has_bear()) in __do_syscall()
H A Dirq.c153 if (cpu_has_bear()) in do_io_irq()
189 if (cpu_has_bear()) in do_ext_irq()
H A Dtraps.c315 if (!cpu_has_bear()) { in __do_pgm_check()
/linux-6.15/arch/s390/mm/
H A Ddump_pagetables.c87 if (addr == PAGE_SIZE && (nospec_uses_trampoline() || !cpu_has_bear())) in note_prot_wx()
181 (nospec_uses_trampoline() || !cpu_has_bear()) ? in ptdump_check_wx()
H A Dvmem.c663 if (!cpu_has_bear()) in vmem_map_init()