Searched refs:off_high (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/system/ |
H A D | ioport.c | 230 unsigned off_low, unsigned off_high) in portio_list_add_1() argument 255 piolist->name, off_high - off_low); in portio_list_add_1() 283 unsigned int off_low, off_high, off_last, count; in portio_list_add() local 290 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add() 299 if (off_last > off_high) { in portio_list_add() 301 off_high); in portio_list_add() 305 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add() 307 } else if (off_last + pio->len > off_high) { in portio_list_add() 308 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add() 313 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | sys_sparc32.c | 223 COMPAT_SYSCALL_DEFINE6(sync_file_range, unsigned int, fd, u32, off_high, u32, off_low, in COMPAT_SYSCALL_DEFINE6() argument 227 ((u64)off_high << 32) | off_low, in COMPAT_SYSCALL_DEFINE6()
|
H A D | systbls.h | 91 unsigned off_high, unsigned off_low,
|