Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dmm.h31 #define PAGE_4K_MASK (~(PAGE_4K_SIZE - 1)) macro
35 #define PAGE_4K_ALIGN(addr) (((unsigned long)(addr) + PAGE_4K_SIZE - 1) & PAGE_4K_MASK)
/DragonOS-0.1.8/user/libs/libc/src/
Dmalloc.c19 #define PAGE_4K_MASK (~(PAGE_4K_SIZE - 1)) macro
23 #define PAGE_4K_ALIGN(addr) (((unsigned long)(addr) + PAGE_4K_SIZE - 1) & PAGE_4K_MASK)