Home
last modified time | relevance | path

Searched refs:SWI (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
Dentry-common.S154 USER( ldreq r10, [lr, #-4] ) @ get SWI instruction
156 USER( ldr r10, [lr, #-4] ) @ get SWI instruction
173 USER( ldr scno, [lr, #-4] ) @ get SWI instruction
189 bic scno, scno, #0xff000000 @ mask off SWI op-code
Dentry-armv.S569 * for the ARM6/ARM7 SWI bug.
/linux-4.1.27/drivers/net/ethernet/sis/
Dsis900.h45 RESET = 0x00000100, SWI = 0x00000080, RxRESET = 0x00000020, enumerator
/linux-4.1.27/arch/unicore32/kernel/
Dentry.S608 ldw.u scno, [ip] @ get SWI instruction
620 andn scno, scno, #0xff000000 @ mask off SWI op-code
621 andn scno, scno, #0x00ff0000 @ mask off SWI op-code
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c878 P_SIGNUM(SWI); in syscall_arg__scnprintf_signum()