Searched refs:page_offset (Results 1 - 7 of 7) sorted by relevance

/external/autotest/client/tests/linus_stress/
H A Dlinus_stress.c19 #define page_offset(buf, off) (0xfff & ((unsigned)(unsigned long)(buf)+(off))) macro
51 page_offset(buf, start), page_offset(buf, end));
/external/linux-kselftest/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c111 static int do_one_test(char *p, int page_offset) argument
123 printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should);
/external/syslinux/gpxe/src/drivers/infiniband/
H A Dhermon.c576 unsigned int page_offset; local
585 page_offset = ( start & ( HERMON_PAGE_SIZE - 1 ) );
586 start -= page_offset;
587 len += page_offset;
604 mtt->page_offset = page_offset;
753 page_offset, ( hermon_cq->mtt.page_offset >> 5 ) );
1026 qpc_eec_data.page_offset,
1027 ( hermon_qp->mtt.page_offset >>
[all...]
H A Dhermon.h363 unsigned int page_offset; member in struct:hermon_mtt
H A DMT25408_PRM.h891 pseudo_bit_t page_offset[0x00006]; /* start address of wqes in first page (11:6), bits [5:0] reserved */ member in struct:hermonprm_queue_pair_ee_context_entry_st
1404 pseudo_bit_t page_offset[0x00006]; /* The offset of the first WQE from the beginning of 4Kbyte page (Figure 52,�Work Queue Buffer Structure�) */ member in struct:hermonprm_srq_context_st
1684 pseudo_bit_t page_offset[0x00006]; member in struct:hermonprm_resize_cq_st
2351 pseudo_bit_t page_offset[0x00007]; /* offset bits[11:5] of first EQE in the EQ relative to the first page in memory region mapping this EQ */ member in struct:hermonprm_eqc_st
2496 pseudo_bit_t page_offset[0x00007]; /* offset of first CQE in the CQ relative to the first page in memory region mapping this CQ */ member in struct:hermonprm_completion_queue_context_st
/external/iputils/Modules/
H A Dpg3.c306 skb_shinfo(skb)->frags[i].page_offset = 0;
330 skb_shinfo(skb)->frags[i].page_offset += skb_shinfo(skb)->frags[i-1].size;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c5806 SizeT page_offset = (Addr) mrp->mr_addr & VKI_PAGEOFFSET; local
5807 if (page_offset > 0) {
5808 vg_assert(file_offset >= page_offset);
5811 mrp->mr_addr -= page_offset;
5812 mrp->mr_msize += page_offset;
5813 mrp->mr_offset = page_offset;
5814 file_offset -= page_offset;

Completed in 865 milliseconds