Home
last modified time | relevance | path

Searched refs:vma_offset (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDcoff-pe-read.c51 CORE_ADDR vma_offset; /* Offset to loaded address of section. */ member
137 sections[sectix].vma_offset in get_section_vmas()
160 CORE_ADDR vma = func_rva + section_data->vma_offset; in add_pe_exported_sym()
360 section_data[i].vma_offset = 0; in read_pe_exported_syms()
490 section_data[otherix].vma_offset = 0; in read_pe_exported_syms()
529 section_data[i].vma_offset in read_pe_exported_syms()
/dragonfly/sys/dev/drm/i915/
HDi915_vma.c746 u64 vma_offset; in i915_vma_revoke_mmap() local
756 vma_offset = vma->ggtt_view.partial.offset << PAGE_SHIFT; in i915_vma_revoke_mmap()
761 drm_vma_node_offset_addr(node) + vma_offset, in i915_vma_revoke_mmap()