MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / get_ram_ptr

Function get_ram_ptr

tinyemu/riscv_machine.c:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316static uint8_t *get_ram_ptr(RISCVMachine *s, uint64_t paddr, BOOL is_rw)
317{
318 return phys_mem_get_ram_ptr(s->mem_map, paddr, is_rw);
319}
320
321/* FDT machine description */
322

Callers 1

copy_biosFunction · 0.70

Calls 1

phys_mem_get_ram_ptrFunction · 0.85

Tested by

no test coverage detected