HomeSort by relevance Sort by last modified time
    Searched defs:outb (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-inout.asm 7 outb %al, $10 label
10 outb $10 label
  /external/llvm/test/MC/X86/
x86_errors.s 48 outb al, 4 label
intel-syntax.s 333 // CHECK: outb %al, $4
435 // CHECK: outb %al, %dx
441 outb DX define
x86-64.s 214 // CHECK: outb %al, $161
215 outb %al, $161 label
245 // CHECK: outb %al, $127
250 outb $0x7f label
256 // CHECK: outb %al, %dx
257 // CHECK: outb %al, %dx
264 outb %al, (%dx) label
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
io.h 97 outb (unsigned char __value, unsigned short int __port) function
99 __asm__ __volatile__ ("outb %b0,%w1": :"a" (__value), "Nd" (__port));
105 __asm__ __volatile__ ("outb %b0,%w1\noutb %%al,$0x80": :"a" (__value),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
io.h 97 outb (unsigned char __value, unsigned short int __port) function
99 __asm__ __volatile__ ("outb %b0,%w1": :"a" (__value), "Nd" (__port));
105 __asm__ __volatile__ ("outb %b0,%w1\noutb %%al,$0x80": :"a" (__value),
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 2579 char *outb; local
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 66 static void outb();
419 outb dx,al
424 outb dx,al
427 outb dx,al
875 outb(VGAREG_PEL_MASK,vga_modes[line].pelmask);
878 outb(VGAREG_DAC_WRITE_ADDRESS,0x00);
898 {outb(VGAREG_DAC_DATA,palette[(i*3)+0]);
899 outb(VGAREG_DAC_DATA,palette[(i*3)+1]);
900 outb(VGAREG_DAC_DATA,palette[(i*3)+2]);
903 {outb(VGAREG_DAC_DATA,0)
3719 outb(port, val) function
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 96 static inline void outb(int addr, int val) function
98 asm volatile ("outb %b1, %w0" : : "d" (addr), "a" (val));
154 outb(INFO_PORT, c);
404 outb(PANIC_PORT2, 0x00);
559 outb(0x70, addr);
733 outb(0xcfc + (addr & 3), val);
861 outb(0x4d0, elcr[0]);
862 outb(0x4d1, elcr[1]);
897 outb(0xb3, 0x01);
900 outb(0xb2, 0x00)
    [all...]
rombios.c 854 static void outb();
1162 outb(port, val) function
    [all...]

Completed in 738 milliseconds