Searched refs:_lowcore (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dasm-offsets.c80 DEFINE(__LC_EXT_PARAMS, offsetof(struct _lowcore, ext_params));
81 DEFINE(__LC_CPU_ADDRESS, offsetof(struct _lowcore, cpu_addr));
82 DEFINE(__LC_EXT_INT_CODE, offsetof(struct _lowcore, ext_int_code));
83 DEFINE(__LC_SVC_ILC, offsetof(struct _lowcore, svc_ilc));
84 DEFINE(__LC_SVC_INT_CODE, offsetof(struct _lowcore, svc_code));
85 DEFINE(__LC_PGM_ILC, offsetof(struct _lowcore, pgm_ilc));
86 DEFINE(__LC_PGM_INT_CODE, offsetof(struct _lowcore, pgm_code));
87 DEFINE(__LC_PER_ATMID, offsetof(struct _lowcore, per_perc_atmid));
88 DEFINE(__LC_PER_ADDRESS, offsetof(struct _lowcore, per_address));
89 DEFINE(__LC_PER_ACCESS_ID, offsetof(struct _lowcore, per_access_i
[all...]
H A Dvdso.c107 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore)
156 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore)
179 cr5 = offsetof(struct _lowcore, paste);
H A Dsmp.c102 struct _lowcore *lc, *current_lc;
495 struct _lowcore *lowcore;
534 struct _lowcore *lowcore;
552 struct _lowcore *cpu_lowcore;
683 struct _lowcore *lowcore;
H A Dsetup.c94 struct _lowcore *lowcore_ptr[NR_CPUS];
377 struct _lowcore *lc;
382 BUILD_BUG_ON(sizeof(struct _lowcore) != LC_PAGES * 4096);
H A Dipl.c1970 struct _lowcore *lc;
1972 lc = (struct _lowcore *)(unsigned long) store_prefix();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dasm-offsets.c80 DEFINE(__LC_EXT_PARAMS, offsetof(struct _lowcore, ext_params));
81 DEFINE(__LC_CPU_ADDRESS, offsetof(struct _lowcore, cpu_addr));
82 DEFINE(__LC_EXT_INT_CODE, offsetof(struct _lowcore, ext_int_code));
83 DEFINE(__LC_SVC_ILC, offsetof(struct _lowcore, svc_ilc));
84 DEFINE(__LC_SVC_INT_CODE, offsetof(struct _lowcore, svc_code));
85 DEFINE(__LC_PGM_ILC, offsetof(struct _lowcore, pgm_ilc));
86 DEFINE(__LC_PGM_INT_CODE, offsetof(struct _lowcore, pgm_code));
87 DEFINE(__LC_PER_ATMID, offsetof(struct _lowcore, per_perc_atmid));
88 DEFINE(__LC_PER_ADDRESS, offsetof(struct _lowcore, per_address));
89 DEFINE(__LC_PER_ACCESS_ID, offsetof(struct _lowcore, per_access_i
[all...]
H A Dvdso.c107 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore)
156 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore)
179 cr5 = offsetof(struct _lowcore, paste);
H A Dsmp.c102 struct _lowcore *lc, *current_lc;
495 struct _lowcore *lowcore;
534 struct _lowcore *lowcore;
552 struct _lowcore *cpu_lowcore;
683 struct _lowcore *lowcore;
H A Dsetup.c94 struct _lowcore *lowcore_ptr[NR_CPUS];
377 struct _lowcore *lc;
382 BUILD_BUG_ON(sizeof(struct _lowcore) != LC_PAGES * 4096);
H A Dipl.c1970 struct _lowcore *lc;
1972 lc = (struct _lowcore *)(unsigned long) store_prefix();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dvdso.h43 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore);
44 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore);
H A Dlowcore.h41 struct _lowcore { struct
179 struct _lowcore { struct
315 #define S390_lowcore (*((struct _lowcore *) 0))
317 extern struct _lowcore *lowcore_ptr[];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dvdso.h43 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore);
44 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore);
H A Dlowcore.h41 struct _lowcore { struct
179 struct _lowcore { struct
315 #define S390_lowcore (*((struct _lowcore *) 0))
317 extern struct _lowcore *lowcore_ptr[];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kvm/
H A Dinterrupt.c214 rc = copy_to_guest(vcpu, offsetof(struct _lowcore,
220 offsetof(struct _lowcore, restart_psw), sizeof(psw_t));
H A Dpriv.c164 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, stfl_fac_list),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kvm/
H A Dinterrupt.c214 rc = copy_to_guest(vcpu, offsetof(struct _lowcore,
220 offsetof(struct _lowcore, restart_psw), sizeof(psw_t));
H A Dpriv.c164 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, stfl_fac_list),

Completed in 194 milliseconds