HomeSort by relevance Sort by last modified time
    Searched full:outsb (Results 1 - 18 of 18) sorted by null

  /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/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 */
linux-asm-io.h 7 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
  /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
1005 // CHECK: outsb # encoding: [0x6e]
1006 // CHECK: outsb
1007 // CHECK: outsb
1008 outsb
1009 outsb %ds:(%rsi), %dx
1010 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/kernel-headers/original/asm-x86/
io_32.h 10 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 69 'xlatb','xor','bound','enter','ins','insb','insw','leave','outs','outsb','outsw','popa','pusha','pushw',
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/qemu/
i386-dis.c     [all...]
  /external/elfutils/tests/
testfile44.expect.bz2 
  /external/grub/
ChangeLog     [all...]

Completed in 747 milliseconds