Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/nvramtool/
H A Dcommon.h39 int win32_munmap(void *start, size_t length);
42 #define munmap win32_munmap
H A Dwin32mmap.c46 int win32_munmap(void *start, size_t length) in win32_munmap() function