Home
last modified time | relevance | path

Searched refs:MEMCPY_REAL_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/mm/
H A Dmaccess.c89 BUILD_BUG_ON(MEMCPY_REAL_SIZE != PAGE_SIZE); in memcpy_real_iter()
94 len = min(count, MEMCPY_REAL_SIZE - offset); in memcpy_real_iter()
H A Ddump_pagetables.c300 address_markers[MEMCPY_REAL_END_NR].start_address = __memcpy_real_area + MEMCPY_REAL_SIZE; in pt_dump_init()
/openbmc/linux/arch/s390/include/asm/
H A Dmaccess.h7 #define MEMCPY_REAL_SIZE PAGE_SIZE macro
/openbmc/linux/arch/s390/boot/
H A Dstartup.c186 MODULES_LEN + MEMCPY_REAL_SIZE + ABS_LOWCORE_MAP_SIZE; in setup_kernel_memory_layout()
206 __memcpy_real_area = round_down(vmax - MEMCPY_REAL_SIZE, PAGE_SIZE); in setup_kernel_memory_layout()