Home
last modified time | relevance | path

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

12

/xen/xen/include/xen/
A Dlivepatch_payload.h90 const livepatch_load_data_##_fn __section(".livepatch.hooks.load") = _fn;
99 const livepatch_unload_data_##_fn __section(".livepatch.hooks.unload") = _fn;
113 const livepatch_preapply_data_##_fn __section(".livepatch.hooks.preapply") = _fn;
117 const livepatch_postapply_data_##_fn __section(".livepatch.hooks.postapply") = _fn;
121 const livepatch_prerevert_data_##_fn __section(".livepatch.hooks.prerevert") = _fn;
125 const livepatch_postrevert_data_##_fn __section(".livepatch.hooks.postrevert") = _fn;
138 const livepatch_apply_data_##_fn __section(".livepatch.hooks.apply") = _fn;
142 const livepatch_revert_data_##_fn __section(".livepatch.hooks.revert") = _fn;
A Dinit.h11 #define __initdata __section(".init.data")
12 #define __initconst __section(".init.rodata")
13 #define __initconstrel __section(".init.rodata.rel")
19 #define __initdata_cf_clobber __section(".init.data.cf_clobber")
20 #define __initconst_cf_clobber __section(".init.rodata.cf_clobber")
A Dpercpu.h17 __DEFINE_PER_CPU(__section(".bss.percpu"), type, _ ## name)
22 __DEFINE_PER_CPU(__section(".bss.percpu.page_aligned"), \
26 __DEFINE_PER_CPU(__section(".bss.percpu.read_mostly"), type, _ ## name)
A Dsections.h17 #define __read_mostly __section(".data.read_mostly")
28 #define __ro_after_init __section(".data.ro_after_init")
A Dcache.h20 #define __ro_after_init __section(".data.ro_after_init")
A Dcompiler.h70 #define __section(s) __used __attribute__((__section__(s))) macro
72 #define __section(s) __attribute__((__section__(s))) macro
/xen/xen/arch/x86/
A Ddesc.c30 __section(".data.page_aligned") __aligned(PAGE_SIZE)
59 __section(".data.page_aligned") __aligned(PAGE_SIZE)
/xen/xen/include/asm-generic/
A Ddevice.h67 __section(".dev.info") = { \
121 __section(".adev.info") = { \
/xen/xen/arch/ppc/include/asm/
A Dcache.h7 #define __read_mostly __section(".data.read_mostly")
/xen/xen/arch/arm/include/asm/
A Dcache.h10 #define __read_mostly __section(".data.read_mostly")
A Dplatform.h67 __section(".arch.info") = { \
/xen/xen/arch/x86/include/asm/
A Dcache.h13 #define __read_mostly __section(".data.read_mostly")
/xen/xen/test/livepatch/
A Dxen_replace_world.c16 const struct livepatch_func __section(".livepatch.funcs")
A Dxen_nop.c17 const struct livepatch_func __section(".livepatch.funcs") livepatch_nop = {
A Dxen_bye_world.c17 const struct livepatch_func __section(".livepatch.funcs")
A Dxen_expectations.c18 const struct livepatch_func __section(".livepatch.funcs")
A Dxen_expectations_fail.c19 const struct livepatch_func __section(".livepatch.funcs")
A Dxen_hello_world.c50 const struct livepatch_func __section(".livepatch.funcs")
A Dxen_prepost_hooks_fail.c58 const struct livepatch_func __section(".livepatch.funcs")
A Dxen_action_hooks.c87 const struct livepatch_func __section(".livepatch.funcs")
A Dxen_prepost_hooks.c105 const struct livepatch_func __section(".livepatch.funcs")
/xen/xen/arch/riscv/
A Dmm.c45 pte_t __section(".bss.page_aligned") __aligned(PAGE_SIZE)
48 pte_t __section(".bss.page_aligned") __aligned(PAGE_SIZE)
/xen/xen/common/efi/
A Debmalloc.c23 static char __section(".bss.page_aligned") __aligned(PAGE_SIZE)
/xen/xen/arch/arm/include/asm/tee/
A Dtee.h78 __section(".teemediator.info") = { \
/xen/xen/arch/arm/mmu/
A Dsmpboot.c51 uint64_t __section(".data.idmap") init_ttbr;

Completed in 47 milliseconds

12