MEMCPY_REAL_SIZE
#define FIXMAP_SIZE round_up(MEMCPY_REAL_SIZE + ABS_LOWCORE_MAP_SIZE, sizeof(struct lowcore))
__memcpy_real_area = round_down(VMALLOC_START - MEMCPY_REAL_SIZE, PAGE_SIZE);
__memcpy_real_area + MEMCPY_REAL_SIZE);
rc |= add_marker(__memcpy_real_area, __memcpy_real_area + MEMCPY_REAL_SIZE, "Real Memory Copy Area");
BUILD_BUG_ON(MEMCPY_REAL_SIZE != PAGE_SIZE);
len = min(count, MEMCPY_REAL_SIZE - offset);