Home
last modified time | relevance | path

Searched refs:offset_high (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/gem/selftests/
Dhuge_pages.c1266 u64 offset_high = (max - num) * max_page_size; in igt_write_huge() local
1294 err = __igt_write_huge(ce, obj, size, offset_high, in igt_write_huge()
1301 __func__, ce->engine->name, offset_low, offset_high, in igt_write_huge()
/openbsd/src/gnu/llvm/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h942 #define __sanitizer_syscall_pre_llseek(fd, offset_high, offset_low, result, \ argument
944 __sanitizer_syscall_pre_impl_llseek((long)(fd), (long)(offset_high), \
947 #define __sanitizer_syscall_post_llseek(res, fd, offset_high, offset_low, \ argument
949 __sanitizer_syscall_post_impl_llseek(res, (long)(fd), (long)(offset_high), \
2538 void __sanitizer_syscall_pre_impl_llseek(long fd, long offset_high,
2541 void __sanitizer_syscall_post_impl_llseek(long res, long fd, long offset_high,
/openbsd/src/sys/dev/pci/
Dif_iwnreg.h1135 int16_t offset_high; member
Dif_iwn.c6227 cmd.offset_high = htole16(sc->eeprom_temp); in iwn2000_temp_offset_calib()
6230 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET); in iwn2000_temp_offset_calib()
6234 letoh16(cmd.offset_low), letoh16(cmd.offset_high), in iwn2000_temp_offset_calib()
Dif_icereg.h11608 uint8_t offset_high; /* For Write Activate offset_high is used as flags2 */ member
Dif_ice.c3523 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1698 (long fd, long offset_high, long offset_low, void *result, long origin) {}
1701 (long res, long fd, long offset_high, long offset_low, void *result,