Lines Matching refs:kMemoryLayout
46 const MappingDesc kMemoryLayout[] = {
66 const MappingDesc kMemoryLayout[] = {
112 const MappingDesc kMemoryLayout[] = {
133 const MappingDesc kMemoryLayout[] = {
156 const MappingDesc kMemoryLayout[] = {
170 const MappingDesc kMemoryLayout[] = {
191 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]);
205 if (kMemoryLayout[i].type == mapping_type &&
206 addr >= kMemoryLayout[i].start && addr < kMemoryLayout[i].end)