Home
last modified time | relevance | path

Searched defs:port (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/lib/x86/asm/
H A Dio.h7 static inline uint8_t inb(unsigned long port) in inb()
15 static inline uint16_t inw(unsigned long port) in inw()
23 static inline uint32_t inl(unsigned long port) in inl()
31 static inline void outb(uint8_t value, unsigned long port) in outb()
37 static inline void outw(uint16_t value, unsigned long port) in outw()
43 static inline void outl(uint32_t value, unsigned long port) in outl()
/kvm-unit-tests/lib/asm-generic/
H A Dio.h154 static inline uint8_t inb(unsigned long port) in inb()
161 static inline uint16_t inw(unsigned long port) in inw()
168 static inline uint32_t inl(unsigned long port) in inl()
175 static inline void outb(uint8_t value, unsigned long port) in outb()
182 static inline void outw(uint16_t value, unsigned long port) in outw()
189 static inline void outl(uint32_t value, unsigned long port) in outl()
/kvm-unit-tests/lib/x86/
H A Dapic.c26 static void outb(unsigned char data, unsigned short port) in outb()
/kvm-unit-tests/x86/
H A Drealmode.c38 static void outb(u8 data, u16 port) in outb()
47 static u8 inb(u16 port) in inb()
H A Dhyperv.h150 union hv_port_id port; member
H A Dsvm_tests.c622 unsigned port, size; in ioio_finished() local