Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
static 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_bios
Function · 0.70
Calls
1
phys_mem_get_ram_ptr
Function · 0.85
Tested by
no test coverage detected