Home
last modified time | relevance | path

Searched refs:PAGESIZE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/m68k/kernel/
H A Dsun3-head.S16 PAGESIZE = 8192 define
73 movl #(PAGESIZE),%d0
/linux/drivers/usb/storage/
H A Dsddr55.c76 #define PAGESIZE 512 macro
210 info->smallpageshift) * PAGESIZE; in sddr55_read_data()
337 info->smallpageshift) * PAGESIZE; in sddr55_write_data()
888 capacity /= PAGESIZE; in sddr55_transport()
892 ((__be32 *) ptr)[1] = cpu_to_be32(PAGESIZE); in sddr55_transport()
/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-mmap.rst106 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-mmap.rst128 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
/linux/tools/testing/selftests/sysctl/
H A Dsysctl.sh76 PAGE_SIZE=$(getconf PAGESIZE)