Searched refs:PAGE_MASK (Results 1 – 10 of 10) sorted by relevance
27 #define PAGE_MASK (~(PAGE_SIZE-1)) macro28 #define PAGE_ALIGN(x) ((x + PAGE_SIZE - 1) & PAGE_MASK)47 #define virt_to_page(p) ((struct page *)((unsigned long)p & PAGE_MASK))
27 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
10 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
31 #define PAGE_MASK (~(PAGE_SIZE-1)) macro40 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK)
12 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
270 src_offset = phdr->p_offset & PAGE_MASK; in encl_load()282 seg->offset = (phdr->p_offset & PAGE_MASK) - src_offset; in encl_load()283 seg->size = (phdr->p_filesz + PAGE_SIZE - 1) & PAGE_MASK; in encl_load()
624 __virt_pg_map(vm, gva + PAGE_SIZE * i, gpa & PAGE_MASK, PG_LEVEL_4K); in main()625 data->test_pages_pte[i] = gva + (gpa & ~PAGE_MASK); in main()
134 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK)
372 #define PAGE_MASK (~(PAGE_SIZE-1) & PHYSICAL_PAGE_MASK) macro
409 for (i = _addr & PAGE_MASK; i < _addr + len; i += PAGE_SIZE) { in set_storage_key_range()
Completed in 815 milliseconds