Searched refs:PAGE_SIZE_4K (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c122 #define PAGE_SIZE_4K ((1<<PAGE_SHIFT_4K)) macro
123 #define PAGE_MASK_4K ((PAGE_SIZE_4K-1))
2825 blob->csb_start_offset = ntohl(scatter->base) * PAGE_SIZE_4K;
2827 blob->csb_start_offset = (blob->csb_end_offset - (ntohl(cd->nCodeSlots) * PAGE_SIZE_4K));
2976 blob->csb_start_offset = ntohl(scatter->base) * PAGE_SIZE_4K;
2979 (ntohl(cd->nCodeSlots) * PAGE_SIZE_4K));
3546 size = PAGE_SIZE_4K;

Completed in 68 milliseconds