HomeSort by relevance Sort by last modified time
    Searched refs:tail_ptr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c 1447 TxCB *tail_ptr; local
1656 RxFD *tail_ptr; local
1713 RxFD *tail_ptr; local
    [all...]
  /art/runtime/
mem_map.cc 864 uintptr_t tail_ptr; local
868 for (tail_ptr = ptr; tail_ptr < ptr + length; tail_ptr += kPageSize) {
869 if (msync(reinterpret_cast<void*>(tail_ptr), kPageSize, 0) == 0) {
877 next_mem_pos_ = tail_ptr; // update early, as we break out when we found and mapped a region
886 ptr = tail_ptr;
    [all...]

Completed in 134 milliseconds