Searched refs:mem_type (Results 1 – 6 of 6) sorted by relevance
193 int mem_type; in mmap_desc() local223 mem_type = MT_TYPE(attr); in mmap_desc()224 if (mem_type == MT_DEVICE) { in mmap_desc()254 if (mem_type == MT_MEMORY) { in mmap_desc()257 assert(mem_type == MT_NON_CACHEABLE); in mmap_desc()262 debug_print((mem_type == MT_MEMORY) ? "MEM" : in mmap_desc()263 ((mem_type == MT_NON_CACHEABLE) ? "NC" : "DEV")); in mmap_desc()
93 uint32_t mem_type, bool secure) in map_vmid_internal() argument104 if (mem_type != ACC_VMIDMT_MEMTYPE_DEFAULT) { in map_vmid_internal()106 bus_attribs.mem_attr = mem_type; in map_vmid_internal()
157 coreboot_memory_t mem_type = coreboot_get_memory_type( in qti_mem_assign_validate_param() local160 if (mem_type != CB_MEM_RAM && mem_type != CB_MEM_RESERVED) { in qti_mem_assign_validate_param()
113 uint32_t mem_type; in xlat_desc() local169 mem_type = MT_TYPE(attr); in xlat_desc()170 if (mem_type == MT_DEVICE) { in xlat_desc()204 if (mem_type == MT_MEMORY) { in xlat_desc()223 assert(mem_type == MT_NON_CACHEABLE); in xlat_desc()
53 unsigned char mem_type; /* 2 Key Byte / mem type */ member
145 if (spd->mem_type != SPD_MEMTYPE_DDR4) { in cal_dimm_params()