Home
last modified time | relevance | path

Searched refs:mcesad (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/s390/kernel/
Dnmi.c71 lc->mcesad = (unsigned long) &boot_mcesa; in nmi_alloc_boot_cpu()
73 lc->mcesad |= ilog2(MCESA_MAX_SIZE); in nmi_alloc_boot_cpu()
97 S390_lowcore.mcesad = origin | mcesa_origin_lc; in nmi_init()
114 lc->mcesad = origin | mcesa_origin_lc; in nmi_alloc_per_cpu()
122 kmem_cache_free(mcesa_cache, (void *)(lc->mcesad & MCESA_ORIGIN_MASK)); in nmi_free_per_cpu()
Dmachine_kexec.c89 mcesa = (struct mcesa *)(S390_lowcore.mcesad & MCESA_ORIGIN_MASK); in __machine_kdump()
Dasm-offsets.c154 OFFSET(__LC_MCESAD, lowcore, mcesad); in main()
Dsmp.c597 pa = __pa(pcpu->lowcore->mcesad & MCESA_ORIGIN_MASK); in smp_store_status()
599 pa |= pcpu->lowcore->mcesad & MCESA_LC_MASK; in smp_store_status()
/Linux-v5.10/arch/s390/include/asm/
Dlowcore.h166 __u64 mcesad; /* 0x11b0 */ member