Home
last modified time | relevance | path

Searched refs:sigp (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/arch/s390/kernel/
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 */
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 */
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 */
Drelocate_kernel64.S47 sigp %r1,%r0,0x12 # switch to esame mode
98 sigp %r1,%r2,0x12 # set cpuid to zero
Dsmp.c121 while (sigp(0, sigp_stop_and_store_status) == sigp_busy) in smp_switch_to_ipl_cpu()
147 rc = sigp(cpu, sigp_stop); in smp_send_stop()
191 while (sigp(cpu, sigp_emergency_signal) == sigp_busy) in smp_ext_bitcall()
580 ccode = sigp(cpu, sigp_initial_cpu_reset); in __cpu_up()
616 while (sigp(cpu, sigp_restart) == sigp_busy) in __cpu_up()
687 while (sigp(smp_processor_id(), sigp_stop) == sigp_busy) in cpu_die()
Dreipl.S56 sigp 0,0,0(6)
Dreipl64.S62 sigp %r1,%r0,0x12 # switch to esa mode
Dhead64.S94 oi 6(%r15),0x40 # enable sigp emergency signal
Dhead31.S96 oi 2(%r15),0x40 # enable sigp emergency signal
Drelocate_kernel.S95 sigp %r1,%r2,0x12 # set cpuid to zero
Dipl.c1616 while (sigp(smp_processor_id(), sigp_stop) == sigp_busy) in stop_run()
/linux-2.6.39/arch/tile/kernel/
Dtraps.c117 static int special_ill(bundle_bits bundle, int *sigp, int *codep) in special_ill() argument
122 *sigp = SIGTRAP; in special_ill()
193 *sigp = sig; in special_ill()
/linux-2.6.39/arch/s390/kvm/
DMakefile13 kvm-objs := $(common-objs) kvm-s390.o sie64a.o intercept.o interrupt.o priv.o sigp.o diag.o
/linux-2.6.39/arch/s390/include/asm/
Dsigp.h116 static inline int sigp(int cpu, int order) in sigp() function