Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dlivepatch_payload.h28 const livepatch_load_data_##_fn __section(".livepatch.hooks.load") = _fn;
37 const livepatch_unload_data_##_fn __section(".livepatch.hooks.unload") = _fn;
A Dinit.h12 #define __initdata __section(".init.data")
13 #define __initconst __section(".init.rodata")
14 #define __initconstrel __section(".init.rodata.rel")
A Dcompiler.h30 #define __section(s) __used __attribute__((__section__(s))) macro
32 #define __section(s) __attribute__((__section__(s))) macro
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Ddevice.h95 __section(".dev.info") = { \
104 __section(".adev.info") = { \
A Dcache.h9 #define __read_mostly __section(".data.read_mostly")
A Dplatform.h63 __section(".arch.info") = { \
A Dpercpu.h21 __section(".bss.percpu" #suffix) \
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dcache.h12 #define __read_mostly __section(".data.read_mostly")
A Dpercpu.h12 __section(".bss.percpu" #suffix) \
/xen-4.10.0-shim-comet/xen/test/livepatch/
A Dxen_replace_world.c16 struct livepatch_func __section(".livepatch.funcs") livepatch_xen_replace_world = {
A Dxen_bye_world.c17 struct livepatch_func __section(".livepatch.funcs") livepatch_xen_bye_world = {
A Dxen_nop.c17 struct livepatch_func __section(".livepatch.funcs") livepatch_nop = {
A Dxen_hello_world.c50 struct livepatch_func __section(".livepatch.funcs") livepatch_xen_hello_world = {
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c96 char __section(".bss.stack_aligned") __aligned(STACK_SIZE)
A Dmm.c139 l1_pgentry_t __section(".bss.page_aligned") __aligned(PAGE_SIZE)
554 const char __section(".bss.page_aligned.const") __aligned(PAGE_SIZE)
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c170 static char __section(".bss.page_aligned") __aligned(PAGE_SIZE)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c90 unsigned long __section(".bss.page_aligned") __aligned(PAGE_SIZE)

Completed in 39 milliseconds