Searched refs:PAGESIZE (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/m68k/kernel/ |
D | head.S | 356 PAGESIZE = 4096 define 589 .equ .,_stext+PAGESIZE 1309 addw #PAGESIZE,%a0 1726 addil #PAGESIZE<<13,%d5 1738 addil #PAGESIZE<<6,%d5 1750 addil #PAGESIZE,%d5 1849 addil #PAGESIZE<<13,%d5 1866 addil #PAGESIZE<<6,%d5 1883 addil #PAGESIZE,%d5 2128 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0 [all …]
|
D | sun3-head.S | 16 PAGESIZE = 8192 define 73 movl #(PAGESIZE),%d0
|
/linux-6.1.9/drivers/usb/storage/ |
D | sddr55.c | 76 #define PAGESIZE 512 macro 210 info->smallpageshift) * PAGESIZE; in sddr55_read_data() 337 info->smallpageshift) * PAGESIZE; in sddr55_write_data() 883 capacity /= PAGESIZE; in sddr55_transport() 887 ((__be32 *) ptr)[1] = cpu_to_be32(PAGESIZE); in sddr55_transport()
|
/linux-6.1.9/Documentation/userspace-api/media/dvb/ |
D | dmx-mmap.rst | 106 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | func-mmap.rst | 128 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
|
/linux-6.1.9/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 80 PAGE_SIZE=$(getconf PAGESIZE)
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-debugfs.c | 30 dump_register(PAGESIZE),
|