Searched refs:section (Results 1 - 25 of 602) sorted by relevance

1234567891011>>

/linux-master/arch/microblaze/boot/dts/
H A Dlinked_dtb.S1 .section __fdt_blob,"a"
/linux-master/scripts/dtc/include-prefixes/microblaze/
H A Dlinked_dtb.S1 .section __fdt_blob,"a"
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_common.S2 .section ".rodata","a"
/linux-master/arch/riscv/boot/
H A Dloader.S4 .section .payload, "ax", %progbits
/linux-master/tools/testing/selftests/sgx/
H A Dsign_key.S6 .section ".rodata", "a"
/linux-master/usr/
H A Dinitramfs_data.S25 .section .init.ramfs,"a"
29 .section .init.ramfs.info,"a"
/linux-master/arch/arm/boot/compressed/
H A Dpiggy.S2 .section .piggydata, "a"
/linux-master/lib/
H A Dbootconfig-data.S5 .section .init.rodata, "aw"
/linux-master/tools/testing/selftests/tc-testing/
H A Daction.c12 __attribute__((section("action-ok"),used)) int action_ok(struct __sk_buff *s)
17 __attribute__((section("action-ko"),used)) int action_ko(struct __sk_buff *s)
23 char _license[] __attribute__((section("license"),used)) = "GPL";
/linux-master/tools/objtool/include/objtool/
H A Dorc.h9 int write_orc_entry(struct elf *elf, struct section *orc_sec,
10 struct section *ip_sec, unsigned int idx,
11 struct section *insn_sec, unsigned long insn_off,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dgpcgf100.fuc330 .section #gf100_grgpc_data
36 .section #gf100_grgpc_code
H A Dgpcgf117.fuc330 .section #gf117_grgpc_data
36 .section #gf117_grgpc_code
H A Dgpcgk104.fuc330 .section #gk104_grgpc_data
36 .section #gk104_grgpc_code
H A Dgpcgk110.fuc330 .section #gk110_grgpc_data
36 .section #gk110_grgpc_code
H A Dgpcgk208.fuc530 .section #gk208_grgpc_data
36 .section #gk208_grgpc_code
H A Dgpcgm107.fuc530 .section #gm107_grgpc_data
36 .section #gm107_grgpc_code
H A Dhubgf100.fuc328 .section #gf100_grhub_data
34 .section #gf100_grhub_code
H A Dhubgf117.fuc328 .section #gf117_grhub_data
34 .section #gf117_grhub_code
H A Dhubgk104.fuc328 .section #gk104_grhub_data
34 .section #gk104_grhub_code
H A Dhubgk110.fuc328 .section #gk110_grhub_data
34 .section #gk110_grhub_code
H A Dhubgk208.fuc528 .section #gk208_grhub_data
34 .section #gk208_grhub_code
H A Dhubgm107.fuc528 .section #gm107_grhub_data
34 .section #gm107_grhub_code
/linux-master/arch/x86/boot/compressed/
H A Dkernel_info.S5 .section ".rodata.kernel_info", "a"
/linux-master/tools/include/nolibc/
H A Dsignal.h16 __attribute__((weak,unused,section(".text.nolibc_raise")))
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dsgx.h33 unsigned int section; member in struct:sgx_epc_page
54 * used to store EPC pages for one EPC section and virtual memory area where
68 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; local
71 index = ((unsigned long)page - (unsigned long)section->pages) / sizeof(*page);
73 return section->phys_addr + index * PAGE_SIZE;
78 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; local
81 index = ((unsigned long)page - (unsigned long)section->pages) / sizeof(*page);
83 return section
[all...]

Completed in 305 milliseconds

1234567891011>>