Searched refs:outb (Results 1 - 9 of 9) sorted by path

/seL4-refos-master/libs/libmuslc/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port));
/seL4-refos-master/libs/libmuslc/arch/i386_sel4/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port));
/seL4-refos-master/libs/libmuslc/arch/x32/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port));
/seL4-refos-master/libs/libmuslc/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port));
/seL4-refos-master/libs/libmuslc/arch/x86_64_sel4/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port));
/seL4-refos-master/libs/libmuslc/src/locale/
H A Diconv.c154 size_t iconv(iconv_t cd0, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) argument
316 if (k > *outb) goto toobig;
323 out, outb);
376 if (*outb < sizeof(wchar_t)) goto toobig;
379 *outb -= sizeof(wchar_t);
382 if (*outb < 4) {
385 if (*outb < k) goto toobig;
389 *outb -= k;
394 if (*outb < 1) goto toobig;
398 *outb
[all...]
/seL4-refos-master/kernel/src/arch/x86/32/
H A Dmachine_asm.S77 outb %al, %dx
/seL4-refos-master/kernel/src/arch/x86/64/
H A Dhead.S39 outb %al, %dx
H A Dmachine_asm.S24 outb %al, %dx

Completed in 113 milliseconds