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

  /external/syslinux/gpxe/src/include/gpxe/
memmap.h 27 struct memory_map { struct
34 extern void get_memmap ( struct memory_map *memmap );
  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 258 memory_map = dict()
271 if not name in memory_map:
272 memory_map[name] = Mapping(name, start)
273 elif memory_map[name].get_start() < start:
274 memory_map[name].set_start(start)
275 return memory_map
  /external/syslinux/gpxe/src/image/
segment.c 43 struct memory_map memmap;
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
memmap.c 157 static int meme820 ( struct memory_map *memmap ) {
285 void get_memmap ( struct memory_map *memmap ) {
hidemem.c 135 struct memory_map memmap;
  /external/syslinux/gpxe/src/arch/i386/core/
relocate.c 45 struct memory_map memmap;
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
memtop_umalloc.c 61 struct memory_map memmap;
int13.c 666 struct memory_map memmap;
  /external/syslinux/gpxe/src/arch/i386/image/
com32.c 52 struct memory_map memmap;
multiboot.c 112 struct memory_map memmap;
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camsensor_sdk.h 271 struct msm_eeprom_mem_map_t memory_map[MSM_EEPROM_MAX_MEM_MAP_CNT]; member in struct:msm_eeprom_memory_map_array
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camsensor_sdk.h 240 struct msm_eeprom_mem_map_t memory_map[MSM_EEPROM_MAX_MEM_MAP_CNT]; member in struct:msm_eeprom_memory_map_array
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
descriptor_sets.cpp 265 const std::unordered_map<VkDeviceMemory, DEVICE_MEM_INFO> *memory_map,
272 : some_update_(false), set_(set), p_layout_(layout), buffer_map_(buffer_map), memory_map_(memory_map),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
descriptor_sets.cpp 265 const std::unordered_map<VkDeviceMemory, DEVICE_MEM_INFO> *memory_map,
272 : some_update_(false), set_(set), p_layout_(layout), buffer_map_(buffer_map), memory_map_(memory_map),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp 265 const std::unordered_map<VkDeviceMemory, DEVICE_MEM_INFO> *memory_map,
272 : some_update_(false), set_(set), p_layout_(layout), buffer_map_(buffer_map), memory_map_(memory_map),
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
b44.c 88 struct memory_map memmap;

Completed in 692 milliseconds