Searched refs:offset_in_page (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dgdma_util.h87 #define offset_in_page(x) ((x) & PAGE_MASK) macro
H A Dgdma.h719 uint32_t offset_in_page; member in struct:gdma_create_dma_region_req
H A Dgdma_main.c950 if (offset_in_page((uintptr_t)gmi->virt_addr) != 0) {
971 req->offset_in_page = 0;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h321 if (!buf || offset_in_page(buf)) {
339 if (!buf || offset_in_page(buf) || at < 0 || at >= PAGE_SIZE) {
H A Dmm.h249 #define offset_in_page(off) ((unsigned long)(off) & (PAGE_SIZE - 1)) macro
H A Dscatterlist.h356 if (__predict_false(!max_segment || offset_in_page(max_segment)))
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c1092 doff = offset_in_page(paddr);
1185 offset = offset_in_page(buf_ptr);
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h312 #define offset_in_page(x) ((x) & PAGE_MASK) macro

Completed in 106 milliseconds