Searched refs:_lowcore (Results 1 – 8 of 8) sorted by relevance
/arch/s390/include/asm/ |
D | vdso.h | 42 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore); 43 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore);
|
D | lowcore.h | 198 struct _lowcore struct 420 #define S390_lowcore (*((struct _lowcore *) 0)) 421 extern struct _lowcore *lowcore_ptr[];
|
/arch/s390/kernel/ |
D | vdso.c | 98 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()
|
D | smp.c | 56 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()
|
D | setup.c | 388 struct _lowcore *lc; in setup_lowcore() 395 lc = (struct _lowcore *) in setup_lowcore()
|
D | ipl.c | 1767 struct _lowcore *lc; in s390_reset_system() 1769 lc = (struct _lowcore *)(unsigned long) store_prefix(); in s390_reset_system()
|
/arch/s390/kvm/ |
D | interrupt.c | 211 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()
|
D | priv.c | 163 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, stfl_fac_list), in handle_stfl()
|