Searched refs:sections (Results 226 - 250 of 358) sorted by relevance

1234567891011>>

/linux-master/drivers/net/hyperv/
H A Dnetvsc.c415 netdev_dbg(ndev, "Receive sections: %u sub_allocs: size %u count: %u\n",
416 resp->num_sections, resp->sections[0].sub_alloc_size,
417 resp->sections[0].num_sub_allocs);
420 if (resp->num_sections != 1 || resp->sections[0].offset != 0) {
425 net_device->recv_section_size = resp->sections[0].sub_alloc_size;
426 net_device->recv_section_cnt = resp->sections[0].num_sub_allocs;
1469 /* We're going to copy (sections of) the packet into nvchan->recv_buf;
/linux-master/
H A DMakefile575 -Zfunction-sections=n \
934 # `rustc`'s `-Zfunction-sections` applies to data too (as of 1.59.0).
936 KBUILD_CFLAGS_KERNEL += -ffunction-sections -fdata-sections
937 KBUILD_RUSTFLAGS_KERNEL += -Zfunction-sections=y
938 LDFLAGS_vmlinux += --gc-sections
1057 # We never want expected sections to be placed heuristically by the
1058 # linker. All sections should be explicitly named in the linker script.
1681 @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h72 ((_pub_base) + offsetof(struct mcp_public_data, sections[_section]))
1615 u32 sections[PUBLIC_MAX_SECTIONS]; member in struct:mcp_public_data
2239 offsize_t sections[SPAD_SECTION_MAX]; member in struct:static_init
2240 #define SECTION(_sec_) (*((offsize_t *)(STRUCT_OFFSET(sections[_sec_]))))
/linux-master/kernel/
H A Dstatic_call_inline.c11 #include <asm/sections.h>
/linux-master/drivers/macintosh/
H A Dwindfarm_smu_sensors.c21 #include <asm/sections.h>
H A Dtherm_windtunnel.c45 #include <asm/sections.h>
H A Dwindfarm_pm91.c44 #include <asm/sections.h>
/linux-master/drivers/cpufreq/
H A Dpmac64-cpufreq.c28 #include <asm/sections.h>
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c45 #include <asm/sections.h>
/linux-master/arch/sparc/mm/
H A Dfault_64.c34 #include <asm/sections.h>
/linux-master/tools/perf/tests/
H A Dattr.py134 # Test file description needs to have following sections:
256 for section in filter(self.is_event, parser_event.sections()):
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c19 #include <asm/sections.h>
H A Dbtext.c16 #include <asm/sections.h>
/linux-master/arch/m68k/mm/
H A Dmotorola.c33 #include <asm/sections.h>
/linux-master/arch/arm/kernel/
H A Dsmp.c43 #include <asm/sections.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c52 #include <asm/sections.h>
/linux-master/arch/powerpc/mm/
H A Dinit_64.c60 #include <asm/sections.h>
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c33 #include <asm/sections.h>
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c30 #include <asm/sections.h>
/linux-master/arch/parisc/kernel/
H A Dunwind.c26 #include <asm/sections.h>
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c32 #include <asm/sections.h>
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c19 #include <asm/sections.h>
H A Dmem_encrypt_identity.c46 #include <asm/sections.h>
/linux-master/arch/arm64/mm/
H A Dkasan_init.c21 #include <asm/sections.h>
/linux-master/mm/kasan/
H A Dreport.c33 #include <asm/sections.h>
80 * software KASAN modes via kasan_disable/enable_current() critical sections.
543 * by kasan_disable/enable_current() critical sections.
618 * kasan_disable/enable_current() critical sections do not affect

Completed in 408 milliseconds

1234567891011>>