Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dsmp.c538 unsigned long vx_sa; in __smp_store_cpu_state() local
557 vx_sa = __get_free_page(GFP_KERNEL); in __smp_store_cpu_state()
558 if (!vx_sa) in __smp_store_cpu_state()
560 __pcpu_sigp_relax(address, SIGP_STORE_ADDITIONAL_STATUS, vx_sa, NULL); in __smp_store_cpu_state()
561 memcpy(sa_ext->vx_regs, (void *) vx_sa, sizeof(sa_ext->vx_regs)); in __smp_store_cpu_state()
562 free_page(vx_sa); in __smp_store_cpu_state()
625 unsigned long vx_sa; in smp_store_status() local
634 vx_sa = __pa(pcpu->lowcore->vector_save_area_addr); in smp_store_status()
636 vx_sa, NULL); in smp_store_status()