Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c101 static void *map_memory_with_prot(struct mapping *mapping, in map_memory_with_prot() function
146 return map_memory_with_prot(mapping, phys, sz, PROT_READ); in map_memory()
805 tst_p = map_memory_with_prot(&timestamp_mapping, timestamps.cbmem_addr, in timestamp_add_now()