/Linux-v5.4/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 50 | ACCESS | REQ | | Section 18.1 | 51 I | BACKCHANNEL_CTL | REQ | | Section 18.33 | 52 I | BIND_CONN_TO_SESSION | REQ | | Section 18.34 | 53 | CLOSE | REQ | | Section 18.2 | 54 | COMMIT | REQ | | Section 18.3 | 55 | CREATE | REQ | | Section 18.4 | 56 I | CREATE_SESSION | REQ | | Section 18.36 | 57 NS*| DELEGPURGE | OPT | FDELG (REQ) | Section 18.5 | 58 | DELEGRETURN | OPT | FDELG, | Section 18.6 | 61 I | DESTROY_CLIENTID | REQ | | Section 18.50 | [all …]
|
/Linux-v5.4/scripts/ |
D | check_extable.sh | 9 # Bail out early if there isn't an __ex_table section in this object file. 24 # white listed. If you're adding a new section in the Linux kernel, and 25 # you're expecting this section to contain code which can fault (i.e. the 26 # __ex_table relocation to your new section is expected), simply add your 27 # new section to the white_list variable above. If not, you're probably 33 …eval $(objdump -t ${obj} | grep ${1} | sed 's/\([0-9a-f]\+\) .\{7\} \([^ \t]\+\).*/section="\2"; s… 44 # When the relocation points to the begining of a symbol or section, it 55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | … 62 find_alt_replacement_target ${section} ${section_offset} 72 objdump -hwj ${section} ${obj} | grep -q CODE [all …]
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | head-64.h | 9 * We can't do CPP stringification and concatination directly into the section 13 .section ".head.text.\name\()","ax",@progbits 16 .section ".head.data.\name\()","a",@progbits 19 .section ".head.text.\name\()" 24 * fixed section entries into them before closing them. Multiple fixed sections 27 * Each fixed section created in a .S file must have corresponding linkage 30 * For each fixed section, code is generated into it in the order which it 31 * appears in the source. Fixed section entries can be placed at a fixed 32 * location within the section using _LOCATION postifx variants. These must 33 * be ordered according to their relative placements within the section. [all …]
|
/Linux-v5.4/drivers/usb/chipidea/ |
D | otg_fsm.h | 18 #define TA_WAIT_VRISE (100) /* a_wait_vrise: section 7.1.2 19 * a_wait_vrise_tmr: section 7.4.5.1 20 * TA_VBUS_RISE <= 100ms, section 4.4 25 #define TA_WAIT_VFALL (1000) /* a_wait_vfall: section 7.1.7 26 * a_wait_vfall_tmr: section: 7.4.5.2 29 #define TA_WAIT_BCON (10000) /* a_wait_bcon: section 7.1.3 31 * and 30000 ms, section 5.5, Table 5-1 34 #define TA_AIDL_BDIS (5000) /* a_suspend min 200 ms, section 5.2.1 35 * TA_AIDL_BDIS: section 5.5, Table 5-1 38 #define TA_BIDL_ADIS (500) /* TA_BIDL_ADIS: section 5.2.1 [all …]
|
/Linux-v5.4/Documentation/livepatch/ |
D | module-elf-format.rst | 13 3.1 Livepatch relocation section format 18 6. Symbol table and Elf section access 36 Since apply_relocate_add() requires access to a module's section header 37 table, symbol table, and relocation section indices, Elf information is 38 preserved for livepatch modules (see section 5). Livepatch manages its own 59 relas reference are special livepatch symbols (see section 2 and 3). The 94 relocation section(s) to the driver once it loads. 99 between a livepatch relocation section and the target section (usually the 100 text section of a function) to which the relocation(s) apply. It is 105 Since Elf information is preserved for livepatch modules (see Section 5), a [all …]
|
/Linux-v5.4/tools/objtool/ |
D | elf.h | 26 struct section { struct 33 struct section *base, *rela; argument 46 struct section *sec; argument 60 struct section *sec; 79 struct section *find_section_by_name(struct elf *elf, const char *name); 80 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset); 82 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset); 83 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset); 84 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset, 86 struct symbol *find_containing_func(struct section *sec, unsigned long offset); [all …]
|
D | elf.c | 24 struct section *find_section_by_name(struct elf *elf, const char *name) in find_section_by_name() 26 struct section *sec; in find_section_by_name() 35 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index() 38 struct section *sec; in find_section_by_index() 49 struct section *sec; in find_symbol_by_index() 60 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset() 74 struct section *sec; in find_symbol_by_name() 85 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset) in find_symbol_containing() 97 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset, in find_rela_by_dest_range() 114 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset) in find_rela_by_dest() [all …]
|
/Linux-v5.4/Documentation/arm64/ |
D | acpi_object_usage.rst | 8 If a section number is used, it refers to a section number in the ACPI 12 outside of the UEFI Forum (see Section 5.2.6 of the specification). 30 BERT Section 18.3 (signature == "BERT") 43 BGRT Section 5.2.22 (signature == "BGRT") 50 CPEP Section 5.2.18 (signature == "CPEP") 77 DSDT Section 5.2.11.1 (signature == "DSDT") 99 ECDT Section 5.2.16 (signature == "ECDT") 108 EINJ Section 18.6 (signature == "EINJ") 118 ERST Section 18.5 (signature == "ERST") 133 FACS Section 5.2.10 (signature == "FACS") [all …]
|
/Linux-v5.4/drivers/edac/ |
D | amd64_edac_inj.c | 10 return sprintf(buf, "0x%x\n", pvt->injection.section); in amd64_inject_section_show() 14 * store error injection section value which refers to one of 4 16-byte sections 33 amd64_warn("%s: invalid section 0x%lx\n", __func__, value); in amd64_inject_section_store() 37 pvt->injection.section = (u32) value; in amd64_inject_section_store() 52 * 16-byte (128-bit + ECC bits) section 125 u32 section, word_bits; in amd64_inject_read_store() local 132 /* Form value to choose 16-byte section of cacheline */ in amd64_inject_read_store() 133 section = F10_NB_ARRAY_DRAM | SET_NB_ARRAY_ADDR(pvt->injection.section); in amd64_inject_read_store() 135 amd64_write_pci_cfg(pvt->F3, F10_NB_ARRAY_ADDR, section); in amd64_inject_read_store() 142 edac_dbg(0, "section=0x%x word_bits=0x%x\n", section, word_bits); in amd64_inject_read_store() [all …]
|
/Linux-v5.4/arch/m68k/ifpsp060/ |
D | TEST.DOC | 60 | | - 128 byte-sized section 68 | | - code section 74 The first section of this module is the "Call-out" section. This section 75 is NOT INCLUDED in {i,f}test.sa (an example "Call-out" section is provided at 76 the end of this file). The purpose of this section is to allow the test 78 by the host operating system. This section MUST be exactly 128 bytes in 83 the starting address of the "call-out" section. The "Call-out" section must 87 The second section, the "Entry-point" section, is used by external routines 89 no symbol names, this section contains function entry points that are fixed 91 are listed in section "68060{ISP,FPSP}-TEST entry points" below. A calling [all …]
|
D | isp.doc | 74 | | - 128 byte-sized section 82 | | - code section 88 The first section of this module is the "Call-out" section. This section 89 is NOT INCLUDED in isp.sa (an example "Call-out" section is provided at 90 the end of the file iskeleton.s). The purpose of this section is to allow 92 by the host operating system. This section MUST be exactly 128 bytes in 97 of the "call-out" section. The "Call-out" section must sit adjacent to the 100 The second section, the "Entry-point" section, is used by external routines 102 no symbol names, this section contains function entry points that are fixed 104 are listed in section "68060 ISP entry points" below. A calling routine [all …]
|
D | fpsp.doc | 66 | | - 128 byte-sized section 74 | | - code section 80 The first section of this module is the "Call-out" section. This section 81 is NOT INCLUDED in fpsp.sa (an example "Call-out" section is provided at 82 the end of the file fskeleton.s). The purpose of this section is to allow 84 by the host operating system. This section MUST be exactly 128 bytes in 89 of the "call-out" section. The "Call-out" section must sit adjacent to the 92 The second section, the "Entry-point" section, is used by external routines 94 no symbol names, this section contains function entry points that are fixed 96 are listed in section "68060 FPSP entry points" below. A calling routine [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | config.c | 513 struct perf_config_section *section; in find_section() local 515 list_for_each_entry(section, sections, node) in find_section() 516 if (!strcmp(section->name, section_name)) in find_section() 517 return section; in find_section() 523 struct perf_config_section *section) in find_config_item() argument 527 list_for_each_entry(item, §ion->items, node) in find_config_item() 537 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local 539 if (!section) in add_section() 542 INIT_LIST_HEAD(§ion->items); in add_section() 543 section->name = strdup(section_name); in add_section() [all …]
|
D | config.h | 47 * @section: struct perf_config_section iterator 49 #define perf_config_sections__for_each_entry(list, section) \ argument 50 list_for_each_entry(section, list, node) 61 * perf_config_set__for_each - iterate thru all the config section-item pairs 63 * @section: struct perf_config_section iterator 66 #define perf_config_set__for_each_entry(set, section, item) \ argument 67 perf_config_sections__for_each_entry(&set->sections, section) \ 68 perf_config_items__for_each_entry(§ion->items, item)
|
/Linux-v5.4/Documentation/firmware-guide/acpi/apei/ |
D | output_format.rst | 13 section: <integer>, severity: <integer>, <severity string> 15 <section flags strings> 18 section_type: <section type string> 19 <section data> 23 <section flags strings># := 27 <section type string> := generic processor error | memory error | \ 30 <section data> := 31 <generic processor section data> | <memory section data> | \ 32 <pcie section data> | <null> 34 <generic processor section data> := [all …]
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | asmmacro.h | 42 * When adding any new .section/.previous entries here, make sure to 43 * also add it to the DISCARD section in arch/ia64/kernel/gate.lds.S or 47 .section "__ex_table", "a" // declare section & section attributes 61 .section "__mca_table", "a" // declare section & section attributes 74 .section ".data..patch.vtop", "a" // declare section & section attributes 88 .section ".data..patch.mckinley_e9", "a" 111 .section ".data..patch.phys_stack_reg", "a"
|
/Linux-v5.4/mm/ |
D | sparse.c | 66 struct mem_section *section = NULL; in sparse_index_alloc() local 71 section = kzalloc_node(array_size, GFP_KERNEL, nid); in sparse_index_alloc() 73 section = memblock_alloc_node(array_size, SMP_CACHE_BYTES, in sparse_index_alloc() 75 if (!section) in sparse_index_alloc() 80 return section; in sparse_index_alloc() 86 struct mem_section *section; in sparse_index_init() local 89 * An existing section is possible in the sub-section hotplug in sparse_index_init() 91 * the existing section. in sparse_index_init() 98 section = sparse_index_alloc(nid); in sparse_index_init() 99 if (!section) in sparse_index_init() [all …]
|
/Linux-v5.4/tools/perf/ |
D | builtin-config.c | 21 "perf config [<file-option>] [options] [section.name[=value] ...]", 39 struct perf_config_section *section = NULL; in set_config() local 54 perf_config_items__for_each_entry(&set->sections, section) { in set_config() 55 if (!use_system_config && section->from_system_config) in set_config() 57 fprintf(fp, "[%s]\n", section->name); in set_config() 59 perf_config_items__for_each_entry(§ion->items, item) { in set_config() 74 struct perf_config_section *section; in show_spec_config() local 80 perf_config_items__for_each_entry(&set->sections, section) { in show_spec_config() 81 if (!strstarts(var, section->name)) in show_spec_config() 84 perf_config_items__for_each_entry(§ion->items, item) { in show_spec_config() [all …]
|
/Linux-v5.4/arch/powerpc/boot/ |
D | rs6000.h | 50 unsigned char o_snentry[2]; /* section number of entry point */ 51 unsigned char o_sntext[2]; /* section number of .text section */ 52 unsigned char o_sndata[2]; /* section number of .data section */ 53 unsigned char o_sntoc[2]; /* section number of TOC */ 54 unsigned char o_snloader[2]; /* section number of .loader section */ 55 unsigned char o_snbss[2]; /* section number of .bss section */ 75 /********************** SECTION HEADER **********************/ 79 char s_name[8]; /* section name */ 82 char s_size[4]; /* section size */ 83 char s_scnptr[4]; /* file ptr to raw data for section */ [all …]
|
/Linux-v5.4/arch/arc/include/asm/ |
D | uaccess.h | 79 " .section .fixup, \"ax\"\n" \ 87 " .section __ex_table, \"a\"\n" \ 100 " .section .fixup, \"ax\"\n" \ 109 " .section __ex_table, \"a\"\n" \ 134 " .section .fixup, \"ax\"\n" \ 139 " .section __ex_table, \"a\"\n" \ 152 " .section .fixup, \"ax\"\n" \ 157 " .section __ex_table, \"a\"\n" \ 190 " .section .fixup, \"ax\" \n" in raw_copy_from_user() 194 " .section __ex_table, \"a\" \n" in raw_copy_from_user() [all …]
|
/Linux-v5.4/include/linux/ |
D | sctp.h | 44 /* Section 3.1. SCTP Common Header Format */ 57 /* Section 3.2. Chunk Field Descriptions. */ 65 /* Section 3.2. Chunk Type Values. 87 /* AUTH Extension Section 4.1 */ 104 /* Section 3.2 145 * see Section 8.5.1 for details. 151 * Section 3.2.1 Optional/Variable-length Parmaeter Format. 161 /* RFC 2960 Section 3.3.5 */ 163 /* RFC 2960 Section 3.3.2.1 */ 173 /* AUTH Extension Section 3 */ [all …]
|
D | init.h | 44 * as gcc otherwise puts the data into the bss section and not into the init 45 * section. 57 * modpost check for section mismatches during the kernel build. 58 * A section mismatch happens when there are references from a 59 * code or data section to an init section (both code or data). 65 * the *init / *exit section (code or data) is valid and will teach 67 * data tagged __ref* can reference code or data from init section without 95 #define __HEAD .section ".head.text","ax" 96 #define __INIT .section ".init.text","ax" 99 #define __INITDATA .section ".init.data","aw",%progbits [all …]
|
/Linux-v5.4/include/media/ |
D | demux.h | 40 * DMX_MAX_FILTER_SIZE: Maximum length (in bytes) of a section/PES filter. 48 * DMX_MAX_SECFEED_SIZE: Maximum length (in bytes) of a private section feed 108 * Section reception 112 * struct dmx_section_filter - Structure that describes a section filter 114 * @filter_value: Contains up to 16 bytes (128 bits) of the TS section header 115 * that will be matched by the section filter 125 * the section headers/payload. On a binary value of 1 in filter_mask, the 139 * struct dmx_section_feed - Structure that contains a section feed filter 145 * @set: sets the section filter 146 * @allocate_filter: This function is used to allocate a section filter on [all …]
|
/Linux-v5.4/drivers/staging/uwb/include/ |
D | spec.h | 56 * [ECMA-368] section 16.8.6. 65 * [ECMA-368] section 17.16. 74 * [ECMA-368] section 17.16 84 * [ECMA-368] section 17.16 94 * [ECMA-368] section 17.16 104 * [ECMA-368] section 17.16 251 * [ECMA] section 16.3. 387 /* Relinqish Request IE ([ECMA-368] section 16.8.19). */ 549 /* Confirm event. [WHCI] section 3.1.3.1 etc. */ 555 /* Device Address Management event. [WHCI] section 3.1.3.2. */ [all …]
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | nvm.c | 91 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk() argument 97 .type = cpu_to_le16(section), in iwl_nvm_write_chunk() 121 "NVM access write command failed for section %u (status = 0x%x)\n", in iwl_nvm_write_chunk() 122 section, le16_to_cpu(nvm_resp->status)); in iwl_nvm_write_chunk() 130 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk() argument 136 .type = cpu_to_le16(section), in iwl_nvm_read_chunk() 175 "NVM access command failed on offset 0x%x since that section size is multiple 2K\n", in iwl_nvm_read_chunk() 203 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section() argument 216 ret = iwl_nvm_write_chunk(mvm, section, offset, in iwl_nvm_write_section() 228 * Reads an NVM section completely. [all …]
|