/src/sys/arch/evbarm/stand/board/ |
s3c2410_vector.S | 47 swi: label
|
s3c2410_vector.S | 47 swi: label
|
s3c2800_vector.S | 79 swi: label
|
s3c2800_vector.S | 79 swi: label
|
/src/sys/arch/arm/arm/ |
syscall.c | 90 #include <arm/swi.h> 155 * the swi vector. 157 * If the instruction that caused the exception is not a SWI 201 const uint32_t swi = __SHIFTOUT(insn, __BITS(23,0)); local in function:syscall 202 if (swi == SWI_IMB || swi == SWI_IMBrange) { 261 * Reconstruct the pc to point at the swi.
|
syscall.c | 90 #include <arm/swi.h> 155 * the swi vector. 157 * If the instruction that caused the exception is not a SWI 201 const uint32_t swi = __SHIFTOUT(insn, __BITS(23,0)); local in function:syscall 202 if (swi == SWI_IMB || swi == SWI_IMBrange) { 261 * Reconstruct the pc to point at the swi.
|
/src/sys/arch/sparc/dev/ |
cgfourteen.c | 1512 int dreg = 8, swi = wi, dd; local in function:cg14_bitblt_gc 1519 swi += saddr & 3; 1523 swi = (swi + 3) >> 2; /* round up, number of quads to read */ 1535 sxm(SX_LDUQ0, saddr, 8, swi - 1);
|
cgfourteen.c | 1512 int dreg = 8, swi = wi, dd; local in function:cg14_bitblt_gc 1519 swi += saddr & 3; 1523 swi = (swi + 3) >> 2; /* round up, number of quads to read */ 1535 sxm(SX_LDUQ0, saddr, 8, swi - 1);
|