HomeSort by relevance Sort by last modified time
    Searched defs:page_offset (Results 1 - 18 of 18) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 59 const unsigned page_offset = (vma & 0xFFF); local
60 if ((page_offset != 0xFF8) && (page_offset != 0xFFC)) {
AArch64CA53Erratum843419Stub.cpp 70 const unsigned page_offset = (vma & 0xFFF); local
71 if ((page_offset != 0xFF8) && (page_offset != 0xFFC)) {
  /external/autotest/client/tests/linus_stress/
linus_stress.c 19 #define page_offset(buf, off) (0xfff & ((unsigned)(unsigned long)(buf)+(off))) macro
51 page_offset(buf, start), page_offset(buf, end));
  /bionic/linker/
linker_utils.cpp 188 size_t page_offset(off64_t offset) { function
  /external/perf_data_converter/src/quipper/
address_mapper.cc 135 uint64_t page_offset = local
140 range.mapped_addr = page_offset;
141 range.unmapped_space_after = UINT64_MAX - range.size - page_offset;
149 if (mappings_.begin()->mapped_addr >= range.size + page_offset) {
150 range.mapped_addr = page_offset;
152 mappings_.begin()->mapped_addr - range.size - page_offset;
  /toolchain/binutils/binutils-2.27/gold/
fileread.h 400 page_offset(off_t file_offset) function in class:gold::File_read
aarch64.cc 8412 unsigned int page_offset = output_address & 0xFFF; local
    [all...]
  /art/runtime/
mem_map.cc 517 int page_offset = start % kPageSize; local
518 off_t page_aligned_offset = start - page_offset;
520 size_t page_aligned_byte_count = RoundUp(byte_count + page_offset, kPageSize);
524 (expected_ptr == nullptr) ? nullptr : (expected_ptr - page_offset);
559 const uint8_t *real_start = actual + page_offset;
560 const uint8_t *real_end = actual + page_offset + byte_count;
568 return new MemMap(filename, actual + page_offset, byte_count, actual, page_aligned_byte_count,
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
xsym.c 95 unsigned long page_offset = (sym_index % entries_per_page) * entry_size; local
97 return (page_number * page_size) + page_offset;
    [all...]
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.h 270 uint16_t page_offset; member in struct:pdfium::base::PartitionPage
578 size_t delta = page->page_offset << kPageMetadataShift;
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
hermon.c 576 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 >> 6 ) )
    [all...]
hermon.h 363 unsigned int page_offset; member in struct:hermon_mtt
MT25408_PRM.h 891 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
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 6017 SizeT page_offset = (Addr) mrp->mr_addr & VKI_PAGEOFFSET; local
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 

Completed in 455 milliseconds