Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dvdso.h42 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore);
43 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore);
Dlowcore.h198 struct _lowcore struct
420 #define S390_lowcore (*((struct _lowcore *) 0))
421 extern struct _lowcore *lowcore_ptr[];
/arch/s390/kernel/
Dvdso.c98 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore) in vdso_alloc_per_cpu()
148 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore) in vdso_free_per_cpu()
172 cr5 = offsetof(struct _lowcore, paste); in __vdso_init_cr5()
Dsmp.c56 struct _lowcore *lowcore_ptr[NR_CPUS];
479 struct _lowcore *lowcore; in smp_alloc_lowcore()
521 struct _lowcore *lowcore; in smp_free_lowcore()
543 struct _lowcore *cpu_lowcore; in __cpu_up()
657 struct _lowcore *lowcore; in smp_prepare_cpus()
Dsetup.c388 struct _lowcore *lc; in setup_lowcore()
395 lc = (struct _lowcore *) in setup_lowcore()
Dipl.c1767 struct _lowcore *lc; in s390_reset_system()
1769 lc = (struct _lowcore *)(unsigned long) store_prefix(); in s390_reset_system()
/arch/s390/kvm/
Dinterrupt.c211 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, in __do_deliver_interrupt()
217 offsetof(struct _lowcore, restart_psw), sizeof(psw_t)); in __do_deliver_interrupt()
Dpriv.c163 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, stfl_fac_list), in handle_stfl()