Home
last modified time | relevance | path

Searched refs:MACHINE_HAS_GS (Results 1 – 8 of 8) sorted by relevance

/linux/arch/s390/kernel/
H A Dnmi.c48 return cpu_has_vx() || MACHINE_HAS_GS; in nmi_needs_mcesa()
64 if (MACHINE_HAS_GS) in nmi_alloc_mcesa_early()
76 size = MACHINE_HAS_GS ? MCESA_MAX_SIZE : MCESA_MIN_SIZE; in nmi_alloc_mcesa()
83 if (MACHINE_HAS_GS) in nmi_alloc_mcesa()
H A Dguarded_storage.c112 if (!MACHINE_HAS_GS) in SYSCALL_DEFINE2()
H A Dmachine_kexec.c97 if (MACHINE_HAS_GS) { in __machine_kdump()
H A Dptrace.c78 if (MACHINE_HAS_GS) { in update_cr_regs()
1036 if (!MACHINE_HAS_GS) in s390_gs_cb_get()
1053 if (!MACHINE_HAS_GS) in s390_gs_cb_set()
1090 if (!MACHINE_HAS_GS) in s390_gs_bc_get()
1104 if (!MACHINE_HAS_GS) in s390_gs_bc_set()
H A Dprocessor.c247 if (MACHINE_HAS_GS) in setup_hwcaps()
/linux/arch/s390/include/asm/
H A Dsetup.h95 #define MACHINE_HAS_GS (get_lowcore()->machine_flags & MACHINE_FLAG_GS) macro
/linux/arch/s390/kvm/
H A Dkvm-s390.c5174 if (MACHINE_HAS_GS) { in sync_regs_fmt2()
5240 if (MACHINE_HAS_GS) { in store_regs_fmt2()
H A Dinterrupt.c580 if (MACHINE_HAS_GS && vcpu->arch.gs_enabled) in __write_machine_check()