Home
last modified time | relevance | path

Searched defs:PAGE_4K_ALIGN (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Dmalloc.c23 #define PAGE_4K_ALIGN(addr) (((unsigned long)(addr) + PAGE_4K_SIZE - 1) & PAGE_4K_MASK) macro
/DragonOS-0.1.2/kernel/src/mm/
Dmm.h36 #define PAGE_4K_ALIGN(addr) (((unsigned long)(addr) + PAGE_4K_SIZE - 1) & PAGE_4K_MASK) macro