Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dentry-common.S178 USER( ldreq r10, [lr, #-4] ) @ get SWI instruction
180 USER( ldr r10, [lr, #-4] ) @ get SWI instruction
197 USER( ldr scno, [lr, #-4] ) @ get SWI instruction
215 bic scno, scno, #0xff000000 @ mask off SWI op-code
Dentry-armv.S582 * for the ARM6/ARM7 SWI bug.
/linux-4.4.14/drivers/net/ethernet/sis/
Dsis900.h45 RESET = 0x00000100, SWI = 0x00000080, RxRESET = 0x00000020, enumerator
/linux-4.4.14/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.4.14/tools/perf/
Dbuiltin-trace.c966 P_SIGNUM(SWI); in syscall_arg__scnprintf_signum()