Home
last modified time | relevance | path

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

/linux/arch/um/include/shared/
H A Das-layout.h27 #define STUB_SIZE ((1 + STUB_DATA_PAGES) * UM_KERN_PAGE_SIZE) macro
28 #define STUB_END (STUB_START + STUB_SIZE)
/linux/arch/x86/um/shared/sysdep/
H A Dstub_32.h132 :: "i" (STUB_SIZE), \
H A Dstub_64.h136 :: "i" (STUB_SIZE), \
/linux/arch/um/kernel/
H A Dum_arch.c331 stub_start = host_task_size - STUB_SIZE; in linux_main()