MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / lmpfs_kernel_direct_map_base

Function lmpfs_kernel_direct_map_base

src/api/lmpfs.cpp:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367extern "C" LMPFS_API uint64_t lmpfs_kernel_direct_map_base(lmpfs_handle_t h) {
368 auto* H = check(h); if (!H) return 0;
369 try { return H->kernel().direct_map_base; }
370 catch (...) { return 0; }
371}
372
373extern "C" LMPFS_API int64_t lmpfs_kernel_kaslr_phys_shift(lmpfs_handle_t h) {
374 auto* H = check(h); if (!H) return 0;

Callers 1

mainFunction · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected