Searched defs:page_offset (Results 1 - 4 of 4) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dhelper.c580 uint32_t page_offset; local
837 page_offset = (addr & TARGET_PAGE_MASK) & (page_size - 1);
838 paddr = (pte & TARGET_PAGE_MASK) + page_offset;
842 vaddr = virt_addr + page_offset;
873 uint32_t page_offset; local
957 page_offset = (addr & TARGET_PAGE_MASK) & (page_size - 1);
958 paddr = (pte & TARGET_PAGE_MASK) + page_offset;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.c622 unsigned int page_offset; local
631 page_offset = ( start & ( HERMON_PAGE_SIZE - 1 ) );
632 start -= page_offset;
633 len += page_offset;
651 mtt->page_offset = page_offset;
675 ( start + page_offset ), ( start + len ), addr );
896 page_offset, ( hermon_cq->mtt.page_offset >> 5 ) );
1188 qpc_eec_data.page_offset,
[all...]
H A Dhermon.h636 unsigned int page_offset; member in struct:hermon_mtt
H A DMT25408_PRM.h892 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
1492 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
1772 pseudo_bit_t page_offset[0x00006]; member in struct:hermonprm_resize_cq_st
2434 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
2579 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

Completed in 134 milliseconds