Searched refs:mcesad (Results 1 – 5 of 5) sorted by relevance
71 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()
89 mcesa = (struct mcesa *)(S390_lowcore.mcesad & MCESA_ORIGIN_MASK); in __machine_kdump()
154 OFFSET(__LC_MCESAD, lowcore, mcesad); in main()
597 pa = __pa(pcpu->lowcore->mcesad & MCESA_ORIGIN_MASK); in smp_store_status()599 pa |= pcpu->lowcore->mcesad & MCESA_LC_MASK; in smp_store_status()
166 __u64 mcesad; /* 0x11b0 */ member