Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dsmp.c545 unsigned long vx_sa; in __smp_store_cpu_state() local
561 vx_sa = memblock_alloc(PAGE_SIZE, PAGE_SIZE); in __smp_store_cpu_state()
562 if (!vx_sa) in __smp_store_cpu_state()
564 __pcpu_sigp_relax(address, SIGP_STORE_ADDITIONAL_STATUS, vx_sa, NULL); in __smp_store_cpu_state()
565 memcpy(sa_ext->vx_regs, (void *) vx_sa, sizeof(sa_ext->vx_regs)); in __smp_store_cpu_state()
566 memblock_free(vx_sa, PAGE_SIZE); in __smp_store_cpu_state()
571 unsigned long vx_sa; in smp_store_status() local
580 vx_sa = __pa(pcpu->lowcore->vector_save_area_addr); in smp_store_status()
582 vx_sa, NULL); in smp_store_status()