/linux-6.3-rc2/arch/arm64/boot/dts/freescale/ |
A D | fsl-ls1088a-rdb.dts | 86 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 91 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 96 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 101 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 106 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 111 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 116 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 121 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 131 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 171 interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
|
A D | fsl-lx2160a-rdb.dts | 76 interrupts-extended = <&extirq 4 IRQ_TYPE_LEVEL_LOW>; 84 interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>; 92 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 99 interrupts-extended = <&extirq 3 IRQ_TYPE_LEVEL_LOW>; 218 interrupts-extended = <&extirq 8 IRQ_TYPE_LEVEL_LOW>;
|
A D | fsl-ls2088a-rdb.dts | 95 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 101 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 107 interrupts-extended = <&extirq 4 IRQ_TYPE_LEVEL_LOW>; 113 interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>;
|
/linux-6.3-rc2/net/x25/ |
A D | x25_link.c | 145 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_request() 172 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_confirmation() 199 *dptr++ = ((lci >> 8) & 0x0F) | (nb->extended ? in x25_transmit_clear_request() 276 nb->extended = 0; in x25_link_device_up() 378 x25_subscr.extended = nb->extended; in x25_subscr_ioctl() 385 if (!(x25_subscr.extended && x25_subscr.extended != 1)) { in x25_subscr_ioctl() 388 nb->extended = x25_subscr.extended; in x25_subscr_ioctl()
|
A D | x25_subr.c | 55 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_frames_acked() 94 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_validate_nr() 168 if (x25->neighbour->extended) { in x25_write_internal() 235 if (x25->neighbour->extended) { in x25_write_internal() 289 if (x25->neighbour->extended) { in x25_decode() 309 if (x25->neighbour->extended) { in x25_decode()
|
A D | x25_out.c | 54 int header_len = x25->neighbour->extended ? X25_EXT_MIN_LEN : in x25_output() 94 if (x25->neighbour->extended) in x25_output() 123 if (x25->neighbour->extended) { in x25_send_iframe() 162 modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_kick()
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | misc.c | 242 long extended = *reloc; in handle_relocations() local 243 extended += map; in handle_relocations() 245 ptr = (unsigned long)extended; in handle_relocations() 253 long extended = *reloc; in handle_relocations() local 254 extended += map; in handle_relocations() 256 ptr = (unsigned long)extended; in handle_relocations() 263 long extended = *reloc; in handle_relocations() local 264 extended += map; in handle_relocations() 266 ptr = (unsigned long)extended; in handle_relocations()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | integratorap-im-pd1.dts | 168 interrupts-extended = <&impd1_vic 1>; 176 interrupts-extended = <&impd1_vic 2>; 184 interrupts-extended = <&impd1_vic 3>; 196 interrupts-extended = <&impd1_vic 4>; 208 interrupts-extended = <&impd1_vic 5>; 216 interrupts-extended = <&impd1_vic 6>; 224 interrupts-extended = <&impd1_vic 7>, 238 interrupts-extended = <&impd1_vic 9>; 246 interrupts-extended = <&impd1_vic 11>; 274 interrupts-extended = <&pic 9>;
|
A D | gemini-wbd111.dts | 46 /* Conflict with TVC and extended parallel flash */ 52 /* Conflict with TVC and extended parallel flash */ 58 /* Conflict with TVC and extended parallel flash */ 64 /* Conflict with TVC and extended parallel flash */
|
A D | gemini-wbd222.dts | 45 /* Conflict with TVC and extended parallel flash */ 51 /* Conflict with TVC and extended parallel flash */ 57 /* Conflict with TVC and extended parallel flash */ 63 /* Conflict with TVC and extended parallel flash */
|
A D | armada-xp-mv78460.dtsi | 123 interrupts-extended = <&mpic 58>; 151 interrupts-extended = <&mpic 59>; 179 interrupts-extended = <&mpic 60>; 207 interrupts-extended = <&mpic 61>; 235 interrupts-extended = <&mpic 62>; 263 interrupts-extended = <&mpic 63>; 291 interrupts-extended = <&mpic 64>; 319 interrupts-extended = <&mpic 65>; 347 interrupts-extended = <&mpic 99>; 375 interrupts-extended = <&mpic 103>;
|
/linux-6.3-rc2/Documentation/arm/nwfpe/ |
A D | notes.rst | 16 f4 had been converted to an extended value in the emulator. 19 converted to extended, then stored. If an lfm/sfm combination had been used, 22 emulator sees a multiply of a double and extended, it promotes the double to 23 extended, then does the multiply in extended precision. 32 in extended precision, due to the stfe instruction used to save f4 in log(y).
|
/linux-6.3-rc2/drivers/net/ |
A D | netconsole.c | 103 bool extended; member 187 nt->extended = true; in alloc_param_target() 373 int extended; in extended_store() local 384 err = kstrtoint(buf, 10, &extended); in extended_store() 387 if (extended < 0 || extended > 1) { in extended_store() 392 nt->extended = extended; in extended_store() 571 CONFIGFS_ATTR(, extended); 884 bool extended = false; in init_netconsole() local 897 if (nt->extended) { in init_netconsole() 898 extended = true; in init_netconsole() [all …]
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable.h | 43 unsigned long long extended = val; in neff_sign_extend() local 44 return (extended & NEFF_SIGN) ? (extended | NEFF_MASK) : extended; in neff_sign_extend()
|
/linux-6.3-rc2/tools/perf/tests/shell/ |
A D | test_task_analyzer.sh | 77 perf script report task-analyzer --extended-times --time-limit :99999 \ 92 perf script report task-analyzer --summary-extended > $out 106 perf script report task-analyzer --extended-times --summary --ns > $out 119 perf script report task-analyzer --csv csv --extended-times > /dev/null 131 perf script report task-analyzer --csv-summary csvsummary --summary-extended \
|
/linux-6.3-rc2/drivers/xen/ |
A D | acpi.c | 40 bool extended) in xen_acpi_notify_hypervisor_state() argument 42 unsigned int bits = extended ? 8 : 16; in xen_acpi_notify_hypervisor_state() 51 .flags = extended ? XENPF_ACPI_SLEEP_EXTENDED : 0, in xen_acpi_notify_hypervisor_state()
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sc8280xp-pmics.dtsi | 67 interrupts-extended = <&spmi_bus 0x0 0x13 0x7 IRQ_TYPE_EDGE_BOTH>; 74 interrupts-extended = <&spmi_bus 0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>; 82 interrupts-extended = <&spmi_bus 0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>; 92 interrupts-extended = <&spmi_bus 0x0 0x34 0x0 IRQ_TYPE_EDGE_RISING>; 109 interrupts-extended = <&spmi_bus 0x1 0xa 0x0 IRQ_TYPE_EDGE_BOTH>; 161 interrupts-extended = <&spmi_bus 0x2 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
A D | inlinedata.rst | 10 ``inode.i_block``. If the rest of the file would fit inside the extended 11 attribute space, then it might be found as an extended attribute 13 constrains the amount of extended attributes one can attach to an inode. 17 Pending a change to compact the extended attribute key used to store 22 The inline data feature requires the presence of an extended attribute
|
A D | attributes.rst | 8 The first use of extended attributes seems to have been for storing file 10 option it is possible for users to store extended attributes so long as 14 There are two places where extended attributes can be found. The first 18 available for in-inode extended attribute storage. The second place 19 where extended attributes can be found is in the block pointed to by 21 block to contain a pointer to a second extended attribute block (or even 46 The beginning of an extended attribute block is in 76 - Checksum of the extended attribute block. 83 of the extended attribute block, and the entire block (header + 152 Logically speaking, extended attributes are a series of key=value pairs.
|
A D | eainode.rst | 6 To enable ext4 to store extended attribute values that do not fit in the 7 inode or in the single extended attribute block attached to an inode, 9 a regular file inode. This “EA inode” is linked only from the extended
|
/linux-6.3-rc2/fs/ext2/ |
A D | Kconfig | 3 tristate "Second extended fs support" 15 bool "Ext2 extended attributes" 39 enables an extended attribute handler for file security 43 extended attributes for file security labels, say N.
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | x_store.S | 91 cmpil #0,%d0 |if dest format is extended 104 | a1 -> source in extended precision 110 |Changes extended precision to double precision. 111 | Note: no attempt is made to round the extended value to double. 118 | extended -> |s| exp | |1| ms mant | | ls mant | 133 subw #0x3fff,%d0 |subtract extended precision bias 250 movel #0x0c,%d0 |byte count for extended number
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | verify_cpu.S | 81 andl $0x0ff00f00, %eax # mask family and extended family 87 andl $0x000f00f0, %ecx # mask model and extended model 106 movl $0x80000000,%eax # See if extended cpuid is implemented 109 jb .Lverify_cpu_no_longmode # no extended cpuid
|
/linux-6.3-rc2/Documentation/devicetree/bindings/counter/ |
A D | interrupt-counter.yaml | 34 - required: [ interrupts-extended ] 48 interrupts-extended = <&gpio 0 IRQ_TYPE_EDGE_RISING>; 58 interrupts-extended = <&gpio 2 IRQ_TYPE_EDGE_RISING>;
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | ideapad_slidebar.c | 138 static bool extended = false; in slidebar_i8042_filter() local 146 extended = true; in slidebar_i8042_filter() 150 if (!extended) in slidebar_i8042_filter() 153 extended = false; in slidebar_i8042_filter()
|