Searched refs:swp (Results 1 – 2 of 2) sorted by relevance
169 struct ioswtch * swp; member576 io.swp = &ioswtch[io_swiz]; in init_iosys()663 io.swp = &ioswtch[io.swiz]; in init_iosys()683 if (!io.swp && init_iosys() < 0) in _ioperm()781 io.swp->sethae (addr); in _sethae()791 io.swp->outb (b, port); in _outb()801 io.swp->outw (b, port); in _outw()811 io.swp->outl (b, port); in _outl()818 return io.swp->inb (port); in _inb()825 return io.swp->inw (port); in _inw()[all …]
272 #define COPY_UNALIGNED_WORD(swp, twp, align) \ in elf_machine_rela() argument274 void *__s = (swp), *__t = (twp); \ in elf_machine_rela()
Completed in 7 milliseconds