Home
last modified time | relevance | path

Searched defs:offset_in_page (Results 1 – 9 of 9) sorted by relevance

/linux/sound/firewire/
H A Dpackets-buffer.c26 unsigned int i, page_index, offset_in_page; in iso_packets_buffer_init() local
/linux/tools/virtio/linux/
H A Dkernel.h49 #define offset_in_page(p) (((unsigned long)p) % PAGE_SIZE) macro
/linux/tools/testing/scatterlist/linux/
H A Dmm.h40 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/linux/drivers/net/ethernet/alteon/
H A Dacenic.c158 #define offset_in_page(ptr) ((unsigned long)(ptr) & ~PAGE_MASK) macro
/linux/arch/powerpc/perf/
H A Dhv-24x7.c1008 loff_t offset_in_page; in catalog_read() local
/linux/include/linux/
H A Dedac.h488 unsigned long offset_in_page; member
H A Dmm.h2290 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/linux/tools/testing/vma/
H A Dvma_internal.h134 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/linux/include/net/mana/
H A Dgdma.h762 u32 offset_in_page; member