tag | line | file | source code |
_v | 35 | include/asm/io.h | unsigned int _v; |
_v | 37 | include/asm/io.h | :"=a" (_v):"d" ((unsigned short) port),"0" (0)); |
_v | 38 | include/asm/io.h | return _v; |
_v | 50 | include/asm/io.h | unsigned int _v; |
_v | 52 | include/asm/io.h | :"=a" (_v):"d" ((unsigned short) port),"0" (0)); |
_v | 54 | include/asm/io.h | return _v; |
_v | 3 | include/asm/segment.h | register unsigned char _v; |
_v | 5 | include/asm/segment.h | __asm__ ("movb %%fs:%1,%0":"=q" (_v):"m" (*addr)); |
_v | 6 | include/asm/segment.h | return _v; |
_v | 11 | include/asm/segment.h | unsigned short _v; |
_v | 13 | include/asm/segment.h | __asm__ ("movw %%fs:%1,%0":"=r" (_v):"m" (*addr)); |
_v | 14 | include/asm/segment.h | return _v; |
_v | 19 | include/asm/segment.h | unsigned long _v; |
_v | 21 | include/asm/segment.h | __asm__ ("movl %%fs:%1,%0":"=r" (_v):"m" (*addr)); \ |
_v | 22 | include/asm/segment.h | return _v; |
_v | 83 | include/asm/segment.h | unsigned short _v; |
_v | 84 | include/asm/segment.h | __asm__("mov %%fs,%0":"=r" (_v):); |
_v | 85 | include/asm/segment.h | return _v; |
_v | 90 | include/asm/segment.h | unsigned short _v; |
_v | 91 | include/asm/segment.h | __asm__("mov %%ds,%0":"=r" (_v):); |
_v | 92 | include/asm/segment.h | return _v; |
_v | 247 | kernel/blk_drv/scsi/fdomain.c | unsigned short _v; |
_v | 250 | kernel/blk_drv/scsi/fdomain.c | :"=a" (_v):"d" ((unsigned short) port)); |
_v | 251 | kernel/blk_drv/scsi/fdomain.c | return _v; |