Home
last modified time | relevance | path

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

/kernel/bpf/preload/
Dbpf_preload_umd_blob.S2 .section .init.rodata, "a"
/kernel/
Dkexec_file.c956 Elf_Shdr *section; in kexec_apply_relocations() local
974 section = pi->sechdrs + relsec->sh_info; in kexec_apply_relocations()
977 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
993 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()
996 ret = arch_kexec_apply_relocations(pi, section, in kexec_apply_relocations()
DKconfig.preempt45 all kernel code (that is not executing in a critical section)
Dmodule.c1593 unsigned int section; in free_sect_attrs() local
1595 for (section = 0; section < sect_attrs->nsections; section++) in free_sect_attrs()
1596 kfree(sect_attrs->attrs[section].battr.attr.name); in free_sect_attrs()
2481 unsigned int section) in arch_mod_section_prepend() argument
2489 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument
2493 *size += arch_mod_section_prepend(mod, section); in get_offset()
/kernel/trace/
DKconfig857 tracers by executing a preempt or irq disable section with a user
859 critical section.