Searched refs:PAGESIZE (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/m68k/kernel/ |
H A 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 …]
|
H A D | sun3-head.S | 16 PAGESIZE = 8192 define 73 movl #(PAGESIZE),%d0
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/files/ |
H A D | 0001-Revert-ldso-fix-non-functional-fix-to-early-dynamic-.patch | 28 - * PAGESIZE is only defined if it's constant for the arch. */ 29 -#ifndef PAGESIZE
|
/openbmc/linux/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()
|
/openbmc/u-boot/include/ |
H A D | malloc.h | 549 # ifdef PAGESIZE 550 # define malloc_getpagesize PAGESIZE
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/ |
H A D | 0001-ffi-Insert-a-replacable-anchor-for-find_library.patch | 23 page_size = mmap.PAGESIZE
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.c | 108 #ifndef PAGESIZE 109 # define PAGESIZE EXEC_PAGESIZE macro 2002 diff = (int)startpAddress % PAGESIZE; in MapPhysicalMemory() 2048 diff = ((unsigned int) virtualAddress) % PAGESIZE; in UnmapPhysicalMemory()
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-mmap.rst | 106 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_its.c | 1433 page_sz_type = FIELD_EX64(value, GITS_BASER, PAGESIZE); in extract_table_params() 1975 s->baser[0] = FIELD_DP64(s->baser[0], GITS_BASER, PAGESIZE, in gicv3_its_reset_hold() 1982 s->baser[1] = FIELD_DP64(s->baser[1], GITS_BASER, PAGESIZE, in gicv3_its_reset_hold() 1990 s->baser[2] = FIELD_DP64(s->baser[2], GITS_BASER, PAGESIZE, in gicv3_its_reset_hold()
|
H A D | gicv3_internal.h | 287 FIELD(GITS_BASER, PAGESIZE, 8, 2)
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-mmap.rst | 128 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
|
/openbmc/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 74 PAGE_SIZE=$(getconf PAGESIZE)
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-debugfs.c | 30 dump_register(PAGESIZE),
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.src | 546 # ifdef PAGESIZE 547 # define malloc_getpagesize PAGESIZE
|