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()249 mcesa = (struct mcesa *)(S390_lowcore.mcesad & MCESA_ORIGIN_MASK); in s390_validate_registers()
89 mcesa = (struct mcesa *)(S390_lowcore.mcesad & MCESA_ORIGIN_MASK); in __machine_kdump()
135 OFFSET(__LC_MCESAD, lowcore, mcesad); in main()
625 pa = __pa(lc->mcesad & MCESA_ORIGIN_MASK); in smp_store_status()627 pa |= lc->mcesad & MCESA_LC_MASK; in smp_store_status()
175 __u64 mcesad; /* 0x11b0 */ member
Completed in 45 milliseconds