Searched refs:lowcore (Results 1 - 25 of 59) sorted by relevance

123

/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 Dcurrent.h15 #include <asm/lowcore.h>
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 Dhardirq.h19 #include <asm/lowcore.h>
H A Dthread_info.h34 #include <asm/lowcore.h>
H A Dsetup.h22 #include <asm/lowcore.h>
/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 Dcurrent.h15 #include <asm/lowcore.h>
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 Dhardirq.h19 #include <asm/lowcore.h>
H A Dthread_info.h34 #include <asm/lowcore.h>
H A Dsetup.h22 #include <asm/lowcore.h>
/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 Dsmp.c50 #include <asm/lowcore.h>
110 /* Disable lowcore protection */
185 * Set signaling bit in lowcore of target cpu and kick it
495 struct _lowcore *lowcore; local
497 lowcore = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER);
498 if (!lowcore)
504 memcpy(lowcore, &S390_lowcore, 512);
505 memset((char *)lowcore + 512, 0, sizeof(*lowcore) - 512);
506 lowcore
534 struct _lowcore *lowcore; local
555 u32 lowcore; local
683 struct _lowcore *lowcore; local
[all...]
H A Dcompat_ptrace.h37 } lowcore; member in struct:__anon25695
H A Dvdso.c107 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore) argument
113 lowcore->vdso_per_cpu_data = __LC_PASTE;
138 lowcore->paste[4] = (u32)(addr_t) psal;
144 lowcore->vdso_per_cpu_data = page_frame;
156 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore) argument
164 psal = (u32 *)(addr_t) lowcore->paste[4];
H A Dhead31.S28 # move IPL device to lowcore
33 st %r15,__LC_THREAD_INFO # cache thread info in lowcore
H A Dprocessor.c18 #include <asm/lowcore.h>
H A Dhead64.S26 # move IPL device to lowcore
33 stg %r15,__LC_THREAD_INFO # cache thread info in lowcore
34 lg %r14,__TI_task(%r15) # cache current in lowcore
H A Dasm-offsets.c31 DEFINE(__PER_atmid, offsetof(per_struct, lowcore.words.perc_atmid));
32 DEFINE(__PER_address, offsetof(per_struct, lowcore.words.address));
33 DEFINE(__PER_access_id, offsetof(per_struct, lowcore.words.access_id));
79 /* lowcore offsets */
H A Ds390_ext.c18 #include <asm/lowcore.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dsmp.c50 #include <asm/lowcore.h>
110 /* Disable lowcore protection */
185 * Set signaling bit in lowcore of target cpu and kick it
495 struct _lowcore *lowcore; local
497 lowcore = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER);
498 if (!lowcore)
504 memcpy(lowcore, &S390_lowcore, 512);
505 memset((char *)lowcore + 512, 0, sizeof(*lowcore) - 512);
506 lowcore
534 struct _lowcore *lowcore; local
555 u32 lowcore; local
683 struct _lowcore *lowcore; local
[all...]
H A Dcompat_ptrace.h37 } lowcore; member in struct:__anon14002
H A Dvdso.c107 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore) argument
113 lowcore->vdso_per_cpu_data = __LC_PASTE;
138 lowcore->paste[4] = (u32)(addr_t) psal;
144 lowcore->vdso_per_cpu_data = page_frame;
156 void vdso_free_per_cpu(int cpu, struct _lowcore *lowcore) argument
164 psal = (u32 *)(addr_t) lowcore->paste[4];
H A Dhead31.S28 # move IPL device to lowcore
33 st %r15,__LC_THREAD_INFO # cache thread info in lowcore
H A Dprocessor.c18 #include <asm/lowcore.h>
H A Dhead64.S26 # move IPL device to lowcore
33 stg %r15,__LC_THREAD_INFO # cache thread info in lowcore
34 lg %r14,__TI_task(%r15) # cache current in lowcore
H A Dasm-offsets.c31 DEFINE(__PER_atmid, offsetof(per_struct, lowcore.words.perc_atmid));
32 DEFINE(__PER_address, offsetof(per_struct, lowcore.words.address));
33 DEFINE(__PER_access_id, offsetof(per_struct, lowcore.words.access_id));
79 /* lowcore offsets */

Completed in 198 milliseconds

123