Searched refs:MemoryRegion (Results 1 – 9 of 9) sorted by relevance
/external/openfst/src/include/fst/ |
D | mapped-file.h | 38 struct MemoryRegion { struct 76 explicit MappedFile(const MemoryRegion ®ion); 78 MemoryRegion region_;
|
/external/qemu/include/hw/xen/ |
D | xen.h | 40 int xen_hvm_init(MemoryRegion **ram_memory); 45 struct MemoryRegion *mr); 49 void xen_register_framebuffer(struct MemoryRegion *mr);
|
/external/openfst/src/lib/ |
D | mapped-file.cc | 30 MappedFile::MappedFile(const MemoryRegion ®ion) : region_(region) { } in MappedFile() 46 MemoryRegion region; in Allocate() 54 MemoryRegion region; in Borrow() 75 MemoryRegion region; in Map()
|
/external/qemu/include/qemu/ |
D | typedefs.h | 25 typedef struct MemoryRegion MemoryRegion; typedef
|
/external/qemu/include/exec/ |
D | cputlb.h | 46 bool memory_region_is_unassigned(MemoryRegion *mr);
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
D | Heap.cpp | 114 class MemoryRegion { class 116 MemoryRegion(Address base, size_t size) in MemoryRegion() function in blink::MemoryRegion 129 bool contains(const MemoryRegion& other) const in contains() 188 class PageMemoryRegion : public MemoryRegion { 233 MemoryRegion(base, alignedBase - base).release(); in allocate() 237 MemoryRegion(regionEnd, end - regionEnd).release(); in allocate() 284 : MemoryRegion(base, size) in PageMemoryRegion() 325 return new PageMemory(region, MemoryRegion(payloadAddress, payloadSize)); in setupPageMemoryInRegion() 352 PageMemory(PageMemoryRegion* reserved, const MemoryRegion& writable) in PageMemory() 367 MemoryRegion m_writable;
|
/external/qemu/include/migration/ |
D | vmstate.h | 752 struct MemoryRegion; 753 void vmstate_register_ram(struct MemoryRegion *memory, DeviceState *dev); 754 void vmstate_unregister_ram(struct MemoryRegion *memory, DeviceState *dev); 755 void vmstate_register_ram_global(struct MemoryRegion *memory);
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 298 of the receiver (MemoryRegion) is assumed to be perfectly constrained so 307 inline the methods sent to the receiver (MemoryRegion), even if a candidate
|
/external/qemu/ |
D | translate-all.c | 1394 MemoryRegion *mr; in tb_invalidate_phys_addr()
|