Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/include/shared/
Das-layout.h25 #define _UML_AC(X, Y) (Y) macro
28 #define _UML_AC(X, Y) __UML_AC(X, Y) macro
31 #define STUB_START _UML_AC(, 0x100000)
32 #define STUB_CODE _UML_AC((unsigned long), STUB_START)
33 #define STUB_DATA _UML_AC((unsigned long), STUB_CODE + UM_KERN_PAGE_SIZE)
34 #define STUB_END _UML_AC((unsigned long), STUB_DATA + UM_KERN_PAGE_SIZE)