Searched refs:sigp (Results 1 - 25 of 36) sorted by relevance

12

/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 DMakefile13 kvm-objs := $(common-objs) kvm-s390.o sie64a.o intercept.o interrupt.o priv.o sigp.o diag.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kvm/
H A DMakefile13 kvm-objs := $(common-objs) kvm-s390.o sie64a.o intercept.o interrupt.o priv.o sigp.o diag.o
/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 Dswitch_cpu.S30 1: sigp %r0,%r6,__SIGP_RESTART /* start destination CPU */
32 2: sigp %r0,%r5,__SIGP_STOP /* stop current CPU */
42 1: sigp %r0,%r5,__SIGP_SENSE /* Wait for calling CPU */
H A Dswitch_cpu64.S28 1: sigp %r0,%r6,__SIGP_RESTART /* start destination CPU */
30 2: sigp %r0,%r5,__SIGP_STOP /* stop current CPU */
38 1: sigp %r0,%r5,__SIGP_SENSE /* Wait for calling CPU */
H A Dswsusp_asm64.S165 sigp %r1,%r0,0x12
181 sigp %r9,%r1,__SIGP_INITIAL_CPU_RESET
192 sigp %r1,%r0,0x12
198 sigp %r9,%r1,__SIGP_RESTART /* start suspend CPU */
201 sigp %r9,%r2,__SIGP_STOP /* stop resume (current) CPU */
209 sigp %r9,%r2,__SIGP_SENSE /* Wait for resume CPU */
H A Drelocate_kernel64.S47 sigp %r1,%r0,0x12 # switch to esame mode
98 sigp %r1,%r2,0x12 # set cpuid to zero
H A Dsmp.c14 * functions using the real cpu address (got from STAP) are the sigp
43 #include <asm/sigp.h>
120 while (sigp(0, sigp_stop_and_store_status) == sigp_busy)
146 rc = sigp(cpu, sigp_stop);
179 * Send an external call sigp to another cpu and return without waiting
188 while (sigp(cpu, sigp_emergency_signal) == sigp_busy)
404 /* Use sigp detection algorithm if sclp doesn't work. */
563 ccode = sigp(cpu, sigp_initial_cpu_reset);
598 while (sigp(cpu, sigp_restart) == sigp_busy)
670 while (sigp(smp_processor_i
[all...]
H A Dhead31.S96 oi 2(%r15),0x40 # enable sigp emergency signal
H A Dreipl.S56 sigp 0,0,0(6)
H A Dreipl64.S62 sigp %r1,%r0,0x12 # switch to esa mode
76 * the sigp will throw a specifcation exception
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dswitch_cpu.S30 1: sigp %r0,%r6,__SIGP_RESTART /* start destination CPU */
32 2: sigp %r0,%r5,__SIGP_STOP /* stop current CPU */
42 1: sigp %r0,%r5,__SIGP_SENSE /* Wait for calling CPU */
H A Dswitch_cpu64.S28 1: sigp %r0,%r6,__SIGP_RESTART /* start destination CPU */
30 2: sigp %r0,%r5,__SIGP_STOP /* stop current CPU */
38 1: sigp %r0,%r5,__SIGP_SENSE /* Wait for calling CPU */
H A Dswsusp_asm64.S165 sigp %r1,%r0,0x12
181 sigp %r9,%r1,__SIGP_INITIAL_CPU_RESET
192 sigp %r1,%r0,0x12
198 sigp %r9,%r1,__SIGP_RESTART /* start suspend CPU */
201 sigp %r9,%r2,__SIGP_STOP /* stop resume (current) CPU */
209 sigp %r9,%r2,__SIGP_SENSE /* Wait for resume CPU */
H A Drelocate_kernel64.S47 sigp %r1,%r0,0x12 # switch to esame mode
98 sigp %r1,%r2,0x12 # set cpuid to zero
H A Dsmp.c14 * functions using the real cpu address (got from STAP) are the sigp
43 #include <asm/sigp.h>
120 while (sigp(0, sigp_stop_and_store_status) == sigp_busy)
146 rc = sigp(cpu, sigp_stop);
179 * Send an external call sigp to another cpu and return without waiting
188 while (sigp(cpu, sigp_emergency_signal) == sigp_busy)
404 /* Use sigp detection algorithm if sclp doesn't work. */
563 ccode = sigp(cpu, sigp_initial_cpu_reset);
598 while (sigp(cpu, sigp_restart) == sigp_busy)
670 while (sigp(smp_processor_i
[all...]
H A Dhead31.S96 oi 2(%r15),0x40 # enable sigp emergency signal
H A Dreipl.S56 sigp 0,0,0(6)
/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 Dsmp.h13 #include <asm/sigp.h>
H A Dsigp.h70 " sigp %1,%2,0(%3)\n"
88 " sigp %1,%2,0(%3)\n"
106 " sigp %1,%2,0(%3)\n"
116 static inline int sigp(int cpu, int order) function
/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 Dsmp.h13 #include <asm/sigp.h>
H A Dsigp.h70 " sigp %1,%2,0(%3)\n"
88 " sigp %1,%2,0(%3)\n"
106 " sigp %1,%2,0(%3)\n"
116 static inline int sigp(int cpu, int order) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dsclp_quiesce.c18 #include <asm/sigp.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_quiesce.c18 #include <asm/sigp.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dtraps.c117 static int special_ill(bundle_bits bundle, int *sigp, int *codep) argument
122 *sigp = SIGTRAP;
193 *sigp = sig;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c117 static int special_ill(bundle_bits bundle, int *sigp, int *codep) argument
122 *sigp = SIGTRAP;
193 *sigp = sig;

Completed in 136 milliseconds

12