/external/grub/netboot/ |
ni5010.c | 259 outsb(IE_XBUF, d, ETH_ALEN); /* Put dst in buffer */ 260 outsb(IE_XBUF, nic->node_addr, ETH_ALEN);/* Put src in buffer */ 263 outsb(IE_XBUF, p, s); /* Put data in buffer */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
io.h | 158 outsb (unsigned short int port, const void *addr, unsigned long int count) function 160 __asm__ __volatile__ ("cld ; rep ; outsb":"=S" (addr),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
io.h | 158 outsb (unsigned short int port, const void *addr, unsigned long int count) function 160 __asm__ __volatile__ ("cld ; rep ; outsb":"=S" (addr),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
io.h | 158 outsb (unsigned short int port, const void *addr, unsigned long int count) function 160 __asm__ __volatile__ ("cld ; rep ; outsb":"=S" (addr),
|
/external/llvm/test/MC/X86/ |
x86-32.s | 848 // CHECK: outsb # encoding: [0x6e] 849 // CHECK: outsb 850 // CHECK: outsb 851 outsb 852 outsb %ds:(%esi), %dx 853 outsb (%esi), %dx
|
x86-64.s | 107 // CHECK: outsb 108 rep;outsb 1053 // CHECK: outsb # encoding: [0x6e] 1054 // CHECK: outsb 1055 // CHECK: outsb 1056 outsb 1057 outsb %ds:(%rsi), %dx 1058 outsb (%rsi), %dx
|
/external/kernel-headers/original/asm-arm/ |
io.h | 123 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) macro 139 #define outsb_p(port,from,len) outsb(port,from,len)
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 566 #define OUTS_B CHOICE(outsb, outsb, outsb) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 566 #define OUTS_B CHOICE(outsb, outsb, outsb) [all...] |
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 450 outsb, onebyte_insn, 1, SUF_Z, 0x6E, 0x00, 0, 0, 0, 0, 0 [all...] |
x86insn_gas.gperf | [all...] |