Searched refs:SWI (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/kernel/ |
D | entry-common.S | 368 ldreq r10, [lr, #-4] @ get SWI instruction 370 ldr r10, [lr, #-4] @ get SWI instruction 371 A710( and ip, r10, #0x0f000000 @ check for SWI ) 384 A710( ldr ip, [lr, #-4] @ get SWI instruction ) 385 A710( and ip, ip, #0x0f000000 @ check for SWI ) 399 ldr scno, [lr, #-4] @ get SWI instruction 400 A710( and ip, scno, #0x0f000000 @ check for SWI ) 427 bic scno, scno, #0xff000000 @ mask off SWI op-code
|
D | entry-armv.S | 528 * for the ARM6/ARM7 SWI bug.
|
/linux-2.6.39/drivers/net/ |
D | sis900.h | 45 RESET = 0x00000100, SWI = 0x00000080, RxRESET = 0x00000020, enumerator
|
/linux-2.6.39/arch/unicore32/kernel/ |
D | entry.S | 611 ldw.u scno, [ip] @ get SWI instruction 623 andn scno, scno, #0xff000000 @ mask off SWI op-code 624 andn scno, scno, #0x00ff0000 @ mask off SWI op-code
|