Searched refs:STUB_SIZE (Results 1 – 4 of 4) sorted by relevance
27 #define STUB_SIZE ((1 + STUB_DATA_PAGES) * UM_KERN_PAGE_SIZE) macro28 #define STUB_END (STUB_START + STUB_SIZE)
132 :: "i" (STUB_SIZE), \
136 :: "i" (STUB_SIZE), \
331 stub_start = host_task_size - STUB_SIZE; in linux_main()