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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dlowcore.h99 struct _lowcore struct
184 #define S390_lowcore (*((struct _lowcore *) 0))
185 extern struct _lowcore *lowcore_ptr[];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dlowcore.h99 struct _lowcore struct
184 #define S390_lowcore (*((struct _lowcore *) 0))
185 extern struct _lowcore *lowcore_ptr[];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsmp.c51 struct _lowcore *lowcore_ptr[NR_CPUS];
336 struct _lowcore *lowcore = get_cpu_lowcore(cpu);
353 struct _lowcore *lowcore;
536 struct _lowcore *cpu_lowcore;
615 lowcore_ptr[i] = (struct _lowcore *)
625 memcpy(lowcore_ptr[i], &S390_lowcore, sizeof(struct _lowcore));
H A Dsetup.c307 struct _lowcore *lowcore;
448 lowcore = (struct _lowcore *)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsmp.c51 struct _lowcore *lowcore_ptr[NR_CPUS];
522 struct _lowcore *cpu_lowcore;
584 struct _lowcore *curr_lowcore;
602 curr_lowcore = (struct _lowcore *)
616 memcpy(curr_lowcore, &S390_lowcore, sizeof(struct _lowcore));
H A Dsetup.c307 struct _lowcore *lowcore;
438 lowcore = (struct _lowcore *)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dlowcore.h100 struct _lowcore struct
202 #define S390_lowcore (*((struct _lowcore *) 0))
203 extern struct _lowcore *lowcore_ptr[];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dlowcore.h100 struct _lowcore struct
202 #define S390_lowcore (*((struct _lowcore *) 0))
203 extern struct _lowcore *lowcore_ptr[];

Completed in 61 milliseconds