Searched defs:PAGE_4K_MASK (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.3/user/libs/libc/src/ | ||
D | malloc.c | 19 #define PAGE_4K_MASK (~(PAGE_4K_SIZE - 1)) macro |
/DragonOS-0.1.3/kernel/src/mm/ | ||
D | mm.h | 32 #define PAGE_4K_MASK (~(PAGE_4K_SIZE - 1)) macro |