Searched refs:PAGESIZE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | head.S | 17 ** 94/11/14 Andreas Schwab: put kernel at PAGESIZE 355 PAGESIZE = 4096 define 587 .equ .,_stext+PAGESIZE 1292 addw #PAGESIZE,%a0 1709 addil #PAGESIZE<<13,%d5 1721 addil #PAGESIZE<<6,%d5 1733 addil #PAGESIZE,%d5 1832 addil #PAGESIZE<<13,%d5 1849 addil #PAGESIZE<<6,%d5 1866 addil #PAGESIZE, [all...] |
H A D | sun3-head.S | 16 PAGESIZE = 8192 define 73 movl #(PAGESIZE),%d0
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | sun3-head.S | 16 PAGESIZE = 8192 define 73 movl #(PAGESIZE),%d0
|
H A D | head.S | 17 ** 94/11/14 Andreas Schwab: put kernel at PAGESIZE 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, [all...] |
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 79 PAGE_SIZE=$(getconf PAGESIZE)
|
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 74 PAGE_SIZE=$(getconf PAGESIZE)
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-debugfs.c | 30 dump_register(PAGESIZE),
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-debugfs.c | 30 dump_register(PAGESIZE),
|
Completed in 11 milliseconds