Home
last modified time | relevance | path

Searched defs:section (Results 1 – 44 of 44) sorted by relevance

/linux-4.1.27/drivers/base/
Dmemory.c537 struct memory_block *find_memory_block_hinted(struct mem_section *section, in find_memory_block_hinted()
560 struct memory_block *find_memory_block(struct mem_section *section) in find_memory_block()
601 struct mem_section *section, unsigned long state) in init_memory_block()
656 int register_new_memory(int nid, struct mem_section *section) in register_new_memory()
692 struct mem_section *section, int phys_device) in remove_memory_block()
710 int unregister_memory_section(struct mem_section *section) in unregister_memory_section()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c95 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk()
116 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk()
195 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section()
229 static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_section()
525 int ret, section; in iwl_nvm_init() local
/linux-4.1.27/arch/x86/tools/
Drelocs.c28 struct section { struct
30 struct section *link; argument
35 static struct section *secs; argument
/linux-4.1.27/arch/tile/include/asm/
Dlinkage.h34 #define STD_ENTRY_SECTION(name, section) \ argument
/linux-4.1.27/arch/xtensa/kernel/
Dvmlinux.lds.S47 #define RELOCATE_ENTRY(sym, section) \ argument
66 #define SECTION_VECTOR(sym, section, addr, max_prevsec_size, prevsec) \ argument
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_transport.c231 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, in adf_create_ring()
365 const char *section, const char *format, in adf_get_cfg_int()
382 const char *section, in adf_get_coalesc_timer()
Dadf_ctl_drv.c152 const char *section, in adf_add_key_value_data()
183 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
Dadf_cfg.c288 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local
354 const char *section, const char *name, in adf_cfg_get_param_value()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dclearstate_defs.h40 const struct cs_extent_def *section; member
/linux-4.1.27/mm/
Dpage_ext.c178 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext() local
213 struct mem_section *section; in init_section_page_ext() local
Dsparse.c64 struct mem_section *section = NULL; in sparse_index_alloc() local
83 struct mem_section *section; in sparse_index_init() local
138 static inline int sparse_early_nid(struct mem_section *section) in sparse_early_nid()
177 unsigned long section = pfn_to_section_nr(pfn); in memory_present() local
Dmemory_hotplug.c1827 struct mem_section *section; in walk_memory_range() local
/linux-4.1.27/drivers/edac/
Damd64_edac_inj.c124 u32 section, word_bits; in amd64_inject_read_store() local
156 u32 section, word_bits, tmp; in amd64_inject_write_store() local
Damd64_edac.h281 #define SET_NB_ARRAY_ADDR(section) (((section) & 0x3) << 1) argument
316 u32 section; member
Di7core_edac.c215 u32 section; member
/linux-4.1.27/arch/ia64/mm/
Dnuma.c63 int i, section = pfn >> PFN_SECTION_SHIFT, ssec, esec; in __early_pfn_to_nid() local
/linux-4.1.27/arch/parisc/include/asm/
Dmodule.h19 } *section; member
/linux-4.1.27/drivers/acpi/apei/
Dapei-internal.h123 #define apei_estatus_for_each_section(estatus, section) \ argument
/linux-4.1.27/tools/perf/util/
Dsrcline.c82 static void find_address_in_section(bfd *abfd, asection *section, void *data) in find_address_in_section()
Dheader.c1374 static int process_build_id(struct perf_file_section *section, in process_build_id()
1871 static int perf_file_section__fprintf_info(struct perf_file_section *section, in perf_file_section__fprintf_info()
2089 int (*process)(struct perf_file_section *section, in perf_header__process_sections()
2315 static int perf_file_section__process(struct perf_file_section *section, in perf_file_section__process()
/linux-4.1.27/arch/x86/kernel/
Dmachine_kexec_64.c413 Elf64_Shdr *section, *symtabsec; in arch_kexec_apply_relocations_add() local
/linux-4.1.27/arch/x86/boot/tools/
Dbuild.c150 u8 *section; in update_pecoff_section_header_fields() local
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c752 struct uni_table_desc *qlcnic_get_table_desc(const u8 *unirom, int section) in qlcnic_get_table_desc()
946 u32 section, u32 idx_offset) in qlcnic_get_data_desc()
/linux-4.1.27/include/linux/
Dmmzone.h1149 static inline struct page *__section_mem_map_addr(struct mem_section *section) in __section_mem_map_addr()
1156 static inline int present_section(struct mem_section *section) in present_section()
1166 static inline int valid_section(struct mem_section *section) in valid_section()
Dmm.h884 static inline void set_page_section(struct page *page, unsigned long section) in set_page_section()
Dpci.h1545 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c583 static struct uni_table_desc *nx_get_table_desc(const u8 *unirom, int section) in nx_get_table_desc()
781 u32 section, u32 idx_offset) in nx_get_data_desc()
/linux-4.1.27/arch/parisc/kernel/
Dmodule.c309 unsigned int section) in arch_mod_section_prepend()
/linux-4.1.27/drivers/net/wimax/i2400m/
Dfw.c709 section = 1; in i2400m_dnload_bcf() local
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c868 u8 section = _rtl92ee_get_rate_section_index(regaddr); in _rtl92ee_store_tx_power_by_rate() local
1568 enum rate_section section) in phy_set_txpower_index_by_rate_section()
/linux-4.1.27/kernel/
Dmodule.c1319 unsigned int section; in free_sect_attrs() local
2034 unsigned int section) in arch_mod_section_prepend()
2042 Elf_Shdr *sechdr, unsigned int section) in get_offset()
Dkexec.c2483 Elf_Shdr *section, *symtab; in kexec_apply_relocations() local
/linux-4.1.27/fs/isofs/
Dinode.c998 int section, rv, error; in isofs_get_blocks() local
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_nx.c1541 qla82xx_get_table_desc(const u8 *unirom, int section) in qla82xx_get_table_desc()
1564 u32 section, u32 idx_offset) in qla82xx_get_data_desc()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c214 u8 band, path, txnum, section; in _rtl8723be_phy_init_tx_power_by_rate() local
/linux-4.1.27/fs/f2fs/
Dsegment.h283 unsigned int segno, int section) in get_valid_blocks()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c642 const struct fw_desc *section) in iwl_pcie_load_section()
/linux-4.1.27/fs/nfs/
Dnfs4state.c2331 const char *section = "", *section_sep = ""; in nfs4_state_manager() local
/linux-4.1.27/drivers/staging/slicoss/
Dslicoss.c449 u32 section; in slic_card_download() local
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c1160 char section; in rtw_wx_set_scan() local
/linux-4.1.27/scripts/mod/
Dmodpost.c1682 int section = sechdr->sh_info; in reloc_location() local
/linux-4.1.27/net/ceph/
Dmessenger.c2225 struct kvec *section, in read_partial_message_section()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c3651 const struct bnx2_fw_file_section *section, in check_fw_section()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5986 u64 section; in bnx2x_init_def_sb() local