Home
last modified time | relevance | path

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

/u-boot/arch/arm/include/asm/armv8/
A Dmmu.h21 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/u-boot/drivers/xen/
A Dpvblock.c476 start = (uintptr_t)aiocbp->aio_buf & PAGE_MASK; in blkfront_aio()
478 PAGE_SIZE - 1) & PAGE_MASK; in blkfront_aio()
498 req->seg[0].first_sect = ((uintptr_t)aiocbp->aio_buf & ~PAGE_MASK) / in blkfront_aio()
501 aiocbp->aio_nbytes - 1) & ~PAGE_MASK) / dev->info.sector_size; in blkfront_aio()

Completed in 4 milliseconds