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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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>
H A Dsystem.h16 #include <asm/lowcore.h>
H A Dptrace.h419 } lowcore; member in struct:__anon10132
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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:__anon10169
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>
H A Dnmi.c16 #include <asm/lowcore.h>
H A Dearly.c25 #include <asm/lowcore.h>
H A Dentry.S192 mvc \psworg(8),SP_PSW(%r15) # move user PSW to lowcore
251 lh %r7,0x8a # get svc number from lowcore
545 lh %r7,0x8a # get svc number from lowcore
H A Dentry64.S191 mvc \psworg(16),SP_PSW(%r15) # move user PSW to lowcore
H A Dptrace.c475 offset == (addr_t) &dummy_per32->lowcore.words.address)
578 offset == (addr_t) &dummy_per32->lowcore.words.address)
H A Dsetup.c52 #include <asm/lowcore.h>
93 /* An array with a pointer to the lowcore of every CPU. */
380 * Setup lowcore for boot cpu
638 * Reserve memory used for lowcore/command line/kernel image.
H A Dsignal.c32 #include <asm/lowcore.h>
H A Dcompat_signal.c29 #include <asm/lowcore.h>
H A Dtraps.c43 #include <asm/lowcore.h>
337 * We got all needed information from the lowcore and can
471 * We got all needed information from the lowcore and can
555 * We got all needed information from the lowcore and can
619 * We got all needed information from the lowcore and can
725 /* init is done in lowcore.S and head.S */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dinit.c36 #include <asm/lowcore.h>

Completed in 170 milliseconds

12