Searched refs:_lowcore (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/s390/kernel/ |
D | asm-offsets.c | 82 DEFINE(__LC_EXT_PARAMS, offsetof(struct _lowcore, ext_params)); in main() 83 DEFINE(__LC_CPU_ADDRESS, offsetof(struct _lowcore, cpu_addr)); in main() 84 DEFINE(__LC_EXT_INT_CODE, offsetof(struct _lowcore, ext_int_code)); in main() 85 DEFINE(__LC_SVC_ILC, offsetof(struct _lowcore, svc_ilc)); in main() 86 DEFINE(__LC_SVC_INT_CODE, offsetof(struct _lowcore, svc_code)); in main() 87 DEFINE(__LC_PGM_ILC, offsetof(struct _lowcore, pgm_ilc)); in main() 88 DEFINE(__LC_PGM_INT_CODE, offsetof(struct _lowcore, pgm_code)); in main() 89 DEFINE(__LC_TRANS_EXC_CODE, offsetof(struct _lowcore, trans_exc_code)); in main() 90 DEFINE(__LC_PER_CAUSE, offsetof(struct _lowcore, per_perc_atmid)); in main() 91 DEFINE(__LC_PER_ADDRESS, offsetof(struct _lowcore, per_address)); in main() [all …]
|
D | vdso.c | 103 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore) in vdso_alloc_per_cpu() 152 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore) in vdso_free_per_cpu() 175 cr5 = offsetof(struct _lowcore, paste); in __vdso_init_cr5()
|
D | smp.c | 103 struct _lowcore *lc, *current_lc; in smp_switch_to_ipl_cpu() 498 struct _lowcore *lowcore; in smp_alloc_lowcore() 537 struct _lowcore *lowcore; in smp_free_lowcore() 555 struct _lowcore *cpu_lowcore; in __cpu_up() 700 struct _lowcore *lowcore; in smp_prepare_cpus()
|
D | setup.c | 94 struct _lowcore *lowcore_ptr[NR_CPUS]; 367 struct _lowcore *lc; in setup_lowcore() 372 BUILD_BUG_ON(sizeof(struct _lowcore) != LC_PAGES * 4096); in setup_lowcore()
|
D | ipl.c | 1970 struct _lowcore *lc; in s390_reset_system() 1972 lc = (struct _lowcore *)(unsigned long) store_prefix(); in s390_reset_system()
|
/linux-2.6.39/arch/s390/include/asm/ |
D | vdso.h | 43 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore); 44 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore);
|
D | lowcore.h | 41 struct _lowcore { struct 180 struct _lowcore { struct 320 #define S390_lowcore (*((struct _lowcore *) 0)) argument 322 extern struct _lowcore *lowcore_ptr[];
|
/linux-2.6.39/arch/s390/kvm/ |
D | interrupt.c | 214 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, in __do_deliver_interrupt() 220 offsetof(struct _lowcore, restart_psw), sizeof(psw_t)); in __do_deliver_interrupt()
|
D | priv.c | 164 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, stfl_fac_list), in handle_stfl()
|