Searched refs:section (Results 151 - 175 of 602) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/include/asm/
H A Dtsb.h79 .section .tsb_ldquad_phys_patch, "ax"; \
87 .section .tsb_phys_patch, "ax"; \
94 .section .tsb_phys_patch, "ax"; \
101 .section .tsb_phys_patch, "ax"; \
108 .section .tsb_phys_patch, "ax"; \
115 .section .tsb_phys_patch, "ax"; \
211 .section .pud_huge_patch, "ax"; \
343 .section .swapper_tsb_phys_patch, "ax"; \
366 .section .swapper_4m_tsb_phys_patch, "ax"; \
/linux-master/arch/sparc/kernel/
H A Detrap_64.S43 .section .fast_win_ctrl_1insn_patch, "ax"
97 .section .fast_win_ctrl_1insn_patch, "ax"
104 .section .fast_win_ctrl_1insn_patch, "ax"
115 .section .fast_win_ctrl_1insn_patch, "ax"
125 .section .sun4v_1insn_patch, "ax"
139 .section .sun4v_1insn_patch, "ax"
171 .section .sun_m7_1insn_patch, "ax"
176 .section .sun_m7_1insn_patch, "ax"
273 .section .sun4v_1insn_patch, "ax"
H A Dktlb.S63 .section .sun4v_2insn_patch, "ax"
88 .section .sun4v_2insn_patch, "ax"
175 .section .sun4v_2insn_patch, "ax"
246 .section .sun4v_2insn_patch, "ax"
257 .section .sun4v_2insn_patch, "ax"
H A Durtt_fill.S27 .section .sun4v_1insn_patch, "ax"
48 .section .sun4v_1insn_patch, "ax"
54 .section .sun_m7_1insn_patch, "ax"
H A Drtrap_64.S34 .section .sun_m7_1insn_patch, "ax"
50 .section .sun_m7_1insn_patch, "ax"
76 .section .sun_m7_1insn_patch, "ax"
203 .section .sun4v_2insn_patch, "ax"
236 .section .sun4v_1insn_patch, "ax"
246 .section .sun4v_1insn_patch, "ax"
258 .section .fast_win_ctrl_1insn_patch, "ax"
266 .section .fast_win_ctrl_1insn_patch, "ax"
/linux-master/arch/s390/tools/
H A Drelocs.c54 struct section { struct
56 struct section *link;
60 static struct section *secs;
160 die("Bad section header entry\n");
169 die("Cannot read initial ELF section header: %s\n", strerror(errno));
187 secs = calloc(shnum, sizeof(struct section));
189 die("Unable to allocate %ld section headers\n", shnum);
195 struct section *sec = &secs[i];
198 die("Cannot read ELF section headers %d/%ld: %s\n",
224 struct section *se
[all...]
/linux-master/arch/sparc/lib/
H A Dmemset.S20 .section .fixup,ALLOC,EXECINSTR; \
24 .section __ex_table,ALLOC; \
32 .section .fixup,ALLOC,EXECINSTR; \
36 .section __ex_table,ALLOC; \
47 * in the .fixup section below as well.
189 .section .fixup,#alloc,#execinstr
/linux-master/arch/x86/tools/
H A Drelocs.c38 struct section { struct
40 struct section *link;
46 static struct section *secs;
64 * as absolute (typically defined outside any section in the linker script.)
99 * as absolute (typically defined outside any section in the linker script.)
288 struct section *sec = &secs[i];
413 die("Bad section header entry\n");
423 die("Cannot read initial ELF section header: %s\n", strerror(errno));
441 secs = calloc(shnum, sizeof(struct section));
443 die("Unable to allocate %ld section header
[all...]
/linux-master/include/linux/
H A Dmmzone.h1067 * Define the bit shifts to access each section. For non-existent
1740 * PA_SECTION_SHIFT physical address to/from section number
1741 * PFN_SECTION_SHIFT pfn to/from section number
1778 #error Subsection size exceeds section size
1806 * the location of the section here to guide allocation.
1818 * section. (see page_ext.h about this.)
1903 static inline struct page *__section_mem_map_addr(struct mem_section *section) argument
1905 unsigned long map = section->section_mem_map;
1910 static inline int present_section(struct mem_section *section) argument
1912 return (section
1920 valid_section(struct mem_section *section) argument
1925 early_section(struct mem_section *section) argument
1935 online_section(struct mem_section *section) argument
1941 online_device_section(struct mem_section *section) argument
1948 online_device_section(struct mem_section *section) argument
[all...]
/linux-master/arch/x86/realmode/rm/
H A Dwakeup_asm.S17 .section ".data", "aw"
145 .section ".rodata","a"
170 .section ".rodata","a"
H A Dtrampoline_32.S59 .section ".text32","ax"
H A Dreboot.S21 .section ".text32", "ax"
129 .section ".rodata", "a"
/linux-master/tools/objtool/
H A Dspecial.c61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec,
69 struct section *sec, int idx,
143 struct section *sec;
/linux-master/tools/testing/selftests/net/
H A Dudpgro_frglist.sh43 ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp
45 tc -n "${PEER_NS}" filter add dev veth1 ingress prio 4 protocol ipv6 bpf object-file nat6to4.o section schedcls/ingress6/nat_6 direct-action
46 tc -n "${PEER_NS}" filter add dev veth1 egress prio 4 protocol ip bpf object-file nat6to4.o section schedcls/egress4/snat4 direct-action
/linux-master/tools/objtool/arch/loongarch/
H A Dorc.c101 int write_orc_entry(struct elf *elf, struct section *orc_sec,
102 struct section *ip_sec, unsigned int idx,
103 struct section *insn_sec, unsigned long insn_off,
/linux-master/tools/objtool/arch/x86/
H A Dorc.c100 int write_orc_entry(struct elf *elf, struct section *orc_sec,
101 struct section *ip_sec, unsigned int idx,
102 struct section *insn_sec, unsigned long insn_off,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c237 * @section_name: Name of the section where the param will be added
242 * Function adds configuration key - value entry in the appropriate section
256 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, local
260 if (!section)
295 adf_cfg_keyval_remove(key, section);
303 adf_cfg_keyval_add(key_val, section);
310 * adf_cfg_section_add() - Add config section entry to config table.
312 * @name: Name of the section
314 * Function adds configuration section where key - value entries
342 const char *section, cons
341 adf_cfg_get_param_value(struct adf_accel_dev *accel_dev, const char *section, const char *name, char *value) argument
[all...]
/linux-master/mm/
H A Dpage_ext.c237 struct mem_section *section = __pfn_to_section(pfn); local
238 struct page_ext *page_ext = READ_ONCE(section->page_ext);
270 struct mem_section *section; local
274 section = __pfn_to_section(pfn);
276 if (section->page_ext)
283 * The value stored in section->page_ext is (base - pfn)
299 section->page_ext = (void *)base - page_ext_size * pfn;
458 * scan [start_pfn, the biggest section's pfn < end_pfn) here.
/linux-master/arch/x86/purgatory/
H A Dentry64.S59 .section ".rodata"
82 .section ".rodata"
/linux-master/arch/arm/mm/
H A Dproc-arm7tdmi.S60 .section ".rodata"
75 .section ".proc.info.init", "a"
/linux-master/arch/powerpc/kernel/
H A Dprom_entry_64.S23 .section ".text","ax",@progbits
/linux-master/arch/parisc/kernel/
H A Dmodule.c17 * all sections at the beginning of the core or init section.
24 * to be reserved amount of memory in front of each individual section.
264 kfree(mod->arch.section);
265 mod->arch.section = NULL;
270 unsigned int section)
272 /* size needed for all stubs of this section (including
274 return (mod->arch.section[section].stub_entries + 1)
288 len = hdr->e_shnum * sizeof(me->arch.section[0]);
289 me->arch.section
269 arch_mod_section_prepend(struct module *mod, unsigned int section) argument
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c133 * @profile_info_sec: buffer for information section
151 sec->section.type = SECTION_TYPE_INFO;
152 sec->section.offset = sizeof(struct i40e_profile_section_header);
153 sec->section.size = sizeof(struct i40e_profile_info);
155 sec->section.offset);
173 * @profile_info_sec: DDP profile section header
191 sec->section.type = SECTION_TYPE_INFO;
192 sec->section.offset = sizeof(struct i40e_profile_section_header);
193 sec->section.size = sizeof(struct i40e_profile_info);
195 sec->section
[all...]
/linux-master/arch/x86/entry/
H A Dentry_64_fred.S15 .section .noinstr.text, "ax"
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S11 .section ".start", "ax"

Completed in 195 milliseconds

1234567891011>>