Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dhead.S356 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 Dsun3-head.S16 PAGESIZE = 8192 define
73 movl #(PAGESIZE),%d0
/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/files/
H A D0001-Revert-ldso-fix-non-functional-fix-to-early-dynamic-.patch28 - * PAGESIZE is only defined if it's constant for the arch. */
29 -#ifndef PAGESIZE
/openbmc/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()
883 capacity /= PAGESIZE; in sddr55_transport()
887 ((__be32 *) ptr)[1] = cpu_to_be32(PAGESIZE); in sddr55_transport()
/openbmc/u-boot/include/
H A Dmalloc.h549 # ifdef PAGESIZE
550 # define malloc_getpagesize PAGESIZE
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/
H A D0001-ffi-Insert-a-replacable-anchor-for-find_library.patch23 page_size = mmap.PAGESIZE
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c108 #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 Ddmx-mmap.rst106 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its.c1433 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 Dgicv3_internal.h287 FIELD(GITS_BASER, PAGESIZE, 8, 2)
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-mmap.rst128 they are too large, or not aligned on a ``PAGESIZE`` boundary.)
/openbmc/linux/tools/testing/selftests/sysctl/
H A Dsysctl.sh74 PAGE_SIZE=$(getconf PAGESIZE)
/openbmc/linux/drivers/usb/host/
H A Dxhci-debugfs.c30 dump_register(PAGESIZE),
/openbmc/u-boot/common/
H A Ddlmalloc.src546 # ifdef PAGESIZE
547 # define malloc_getpagesize PAGESIZE