/openbmc/linux/drivers/media/tuners/ |
H A D | tda18271-priv.h | 36 #define R_EB1 0x10 /* Extended byte 1 */ 37 #define R_EB2 0x11 /* Extended byte 2 */ 38 #define R_EB3 0x12 /* Extended byte 3 */ 39 #define R_EB4 0x13 /* Extended byte 4 */ 40 #define R_EB5 0x14 /* Extended byte 5 */ 41 #define R_EB6 0x15 /* Extended byte 6 */ 42 #define R_EB7 0x16 /* Extended byte 7 */ 43 #define R_EB8 0x17 /* Extended byte 8 */ 44 #define R_EB9 0x18 /* Extended byte 9 */ 45 #define R_EB10 0x19 /* Extended byte 10 */ [all …]
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ucontext.h | 6 * struct extcontext - extended context header structure 7 * @magic: magic value identifying the type of extended context 10 * Extended context structures provide context which does not fit within struct 12 * ucontext and struct sigframe, with each extended context structure beginning 14 * indicated by the magic field. Userland may check each extended context 17 * of the extended context data is indicated by the magic value 26 * struct msa_extcontext - MSA extended context structure 27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC 52 * @uc_extcontext: holds extended processor state 62 /* Extended context structures may follow ucontext */
|
/openbmc/linux/fs/ubifs/ |
H A D | xattr.c | 12 * This file implements UBIFS extended attributes support. 14 * Extended attributes are implemented as regular inodes with attached data, 15 * which limits extended attribute size to UBIFS block size (4KiB). Names of 16 * extended attributes are described by extended attribute entries (xentries), 19 * In other words, the situation with extended attributes is very similar to 22 * directory entries. Extended attribute entries store the name of the extended 23 * attribute, the host inode number, and the extended attribute inode number. 26 * extended attributes. 28 * The number of extended attributes is not limited, but there is Linux 29 * limitation on the maximum possible size of the list of all extended [all …]
|
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | feature-microblaze-math.inc | 9 TUNEVALID[fpu-hard-extended] = "Hardware FPU in extended mode (conversion and square root instructi… 11 TUNECONFLICTS[fpu-soft] = "fpu-hard fpu-hard-extended" 13 TUNECONFLICTS[fpu-hard-extended] = "fpu-soft" 22 TUNE_CCARGS .= "${@bb.utils.contains_any('TUNE_FEATURES', ['fpu-hard', 'fpu-hard-extended'], ' -mha… 23 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', ' -mxl-float-convert -mx… 25 # Set target fpu (bitbake known target) to soft or hard (basic or extended) 26 TARGET_FPU = "${@bb.utils.contains_any('TUNE_FEATURES', 'fpu-hard fpu-hard-extended', 'fpu-hard', '… 32 MBPKGARCH_MATH .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', '-fe', bb.utils.conta…
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | attributes.rst | 3 Extended Attributes 6 Extended attributes (xattrs) are typically stored in a separate data 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 29 Extended attributes, when stored after the inode, have a header 46 The beginning of an extended attribute block is in [all …]
|
H 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
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpopcode.c | 19 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */ 20 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */ 21 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */ 22 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */ 23 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */ 24 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */ 25 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */ 26 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
|
/openbmc/libcper/sections/ |
H A D | cper-section-memory.c | 56 //"Extended" row/column indication field + misc. in cper_section_platform_memory_to_ir() 57 json_object *extended = json_object_new_object(); in cper_section_platform_memory_to_ir() local 58 json_object_object_add(extended, "rowBit16", in cper_section_platform_memory_to_ir() 59 json_object_new_boolean(memory_error->Extended & in cper_section_platform_memory_to_ir() 62 extended, "rowBit17", in cper_section_platform_memory_to_ir() 63 json_object_new_boolean((memory_error->Extended >> 1) & 0x1)); in cper_section_platform_memory_to_ir() 64 json_object_object_add(extended, "chipIdentification", in cper_section_platform_memory_to_ir() 65 json_object_new_int(memory_error->Extended >> in cper_section_platform_memory_to_ir() 67 json_object_object_add(section_ir, "extended", extended); in cper_section_platform_memory_to_ir() 256 //"Extended" field. in ir_section_memory_to_cper() [all …]
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpopcode.c | 30 { 0x0000000000000000ULL, 0x0000}, /* extended 0.0 */ 31 { 0x8000000000000000ULL, 0x3fff}, /* extended 1.0 */ 32 { 0x8000000000000000ULL, 0x4000}, /* extended 2.0 */ 33 { 0xc000000000000000ULL, 0x4000}, /* extended 3.0 */ 34 { 0x8000000000000000ULL, 0x4001}, /* extended 4.0 */ 35 { 0xa000000000000000ULL, 0x4001}, /* extended 5.0 */ 36 { 0x8000000000000000ULL, 0x3ffe}, /* extended 0.5 */ 37 { 0xa000000000000000ULL, 0x4002} /* extended 10.0 */
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_task_analyzer.sh | 94 perf script report task-analyzer --extended-times --time-limit :99999 \ 96 …check_exec_0 "perf script report task-analyzer --extended-times --time-limit :99999 --limit-to-tas… 109 perf script report task-analyzer --summary-extended > "$out" 110 check_exec_0 "perf script report task-analyzer --summary-extended" 123 perf script report task-analyzer --extended-times --summary --ns > "$out" 124 check_exec_0 "perf script report task-analyzer --extended-times --summary --ns" 136 perf script report task-analyzer --csv csv --extended-times > /dev/null 137 check_exec_0 "perf script report task-analyzer --csv csv --extended-times" 148 perf script report task-analyzer --csv-summary csvsummary --summary-extended \ 150 check_exec_0 "perf script report task-analyzer --csv-summary csvsummary --summary-extended"
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | extended-controls.rst | 6 Extended Controls API 19 implementing this extended control mechanism: the MPEG standard is quite 28 these new uses and so it was extended into the (not terribly originally 29 named) extended control API. 32 Extended Control API, nowadays there are also other classes of Extended 34 Extended Controls API as well as all Extended Controls classes are 38 The Extended Control API 102 Enumerating Extended Controls 105 The recommended way to enumerate over the extended controls is by using 151 If the driver does not support extended controls, then
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H 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).
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | cio.h | 80 * struct erw - extended report word 106 * struct erw_eadm - EADM Subchannel extended report word 120 * @esf: extended status flags 146 * struct esw0 - Format 0 Extended Status Word (ESW) 148 * @erw: extended report word 160 * struct esw1 - Format 1 Extended Status Word (ESW) 164 * @erw: extended report word 176 * struct esw2 - Format 2 Extended Status Word (ESW) 180 * @erw: extended report word 192 * struct esw3 - Format 3 Extended Status Word (ESW) [all …]
|
/openbmc/linux/include/sound/sof/ |
H A D | ext_manifest.h | 10 * Extended manifest is a place to store metadata about firmware, known during 33 /* check extended manifest version consistency */ 38 /* used extended manifest header version */ 41 /* extended manifest header, deleting any field breaks backward compatibility */ 56 /* Now define extended manifest elements */ 58 /* Extended manifest elements types */ 68 /* extended manifest element header */ 84 /* extended data memory windows for IPC, trace and debug */
|
/openbmc/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 24 Set owner/group/mode for files that do not have it specified in extended 28 rights, you must use extended attributes. 51 What to do with extended attributes. 'no' - ignore them and use always 52 values specified in uid/gid/mode options. 'ro' - read extended 53 attributes but do not create them. 'rw' - create extended attributes 75 Extended attributes 79 extended attributes. Extended attributes are pairs of (key,value) where key is 83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended 85 that extended attributes those value differs from defaults specified in mount 86 options are created. Once created, the extended attributes are never deleted, [all …]
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H 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>;
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | sigcontext.h | 29 * extended state information along with fpstate information. 32 * sw_reserved.extended_size bytes large extended context area present. (The 33 * last 32-bit word of this extended area (at the 37 * This extended area typically grows with newer CPUs that have larger and 57 * Feature bit mask (including FP/SSE/extended state) that is present 79 * The FPU state data structure has had to grow to accommodate the extended FPU 134 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */ 164 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */ 186 * Extended state pointed to by sigcontext::fpstate. 189 * indicates the presence of other extended state information supported [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A D | virtual-memory.json | 111 "BriefDescription": "Counts the number of Extended Page Directory Entry hits.", 114 …"PublicDescription": "Counts the number of Extended Page Directory Entry hits. The Extended Page … 119 "BriefDescription": "Counts the number of Extended Page Directory Entry misses.", 122 …"PublicDescription": "Counts the number Extended Page Directory Entry misses. The Extended Page D… 127 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry hits.", 130 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry hits. The Extended … 135 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry misses.", 138 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry misses. The Extende… 143 …"BriefDescription": "Counts the number of page walks outstanding for an Extended Page table walk i… 146 …e number of page walks outstanding for an Extended Page table walk including GTLB hits per cycle. …
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
H A D | virtual-memory.json | 111 "BriefDescription": "Counts the number of Extended Page Directory Entry hits.", 114 …"PublicDescription": "Counts the number of Extended Page Directory Entry hits. The Extended Page … 119 "BriefDescription": "Counts the number of Extended Page Directory Entry misses.", 122 …"PublicDescription": "Counts the number Extended Page Directory Entry misses. The Extended Page D… 127 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry hits.", 130 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry hits. The Extended … 135 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry misses.", 138 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry misses. The Extende… 143 …"BriefDescription": "Counts the number of page walks outstanding for an Extended Page table walk i… 146 …e number of page walks outstanding for an Extended Page table walk including GTLB hits per cycle. …
|
/openbmc/linux/fs/ext2/ |
H A D | Kconfig | 3 tristate "Second extended fs support" 16 bool "Ext2 extended attributes" 19 Extended attributes are name:value pairs associated with inodes by 40 enables an extended attribute handler for file security 44 extended attributes for file security labels, say N.
|
/openbmc/openbmc/poky/scripts/ |
H A D | install-buildtools | 3 # Buildtools and buildtools extended installer helper script 9 # NOTE: --with-extended-buildtools is on by default 11 # Example usage (extended buildtools from milestone): 15 # --filename x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh 25 # $ install-buildtools --without-extended-buildtools \ 29 # $ install-buildtools --without-extended-buildtools \ 161 group.add_argument('--with-extended-buildtools', action='store_true', 164 help='enable extended buildtools tarball (on by default)') 165 group.add_argument('--without-extended-buildtools', action='store_false', 167 help='disable extended buildtools (traditional buildtools tarball)') [all …]
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H 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>;
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 72 * Console driver for extended netconsoles. Registered on the first use to 87 * @extended: Denotes whether console is extended or not. 89 * to the message. Depends on extended console. 106 bool extended; member 182 nt->extended = true; in alloc_and_init() 208 nt->extended = true; in alloc_param_target() 213 if (!nt->extended) { in alloc_param_target() 214 pr_err("Netconsole configuration error. Release feature requires extended log message"); in alloc_param_target() 286 return sysfs_emit(buf, "%d\n", to_target(item)->extended); in extended_show() 370 if (nt->release && !nt->extended) { in enabled_store() [all …]
|
/openbmc/linux/fs/reiserfs/ |
H A D | Kconfig | 23 It is more easily extended to have features currently found in 25 systems are. The next version will be so extended, and will support 63 bool "ReiserFS extended attributes" 66 Extended attributes are name:value pairs associated with inodes by 87 enables an extended attribute handler for file security 91 extended attributes for file security labels, say N.
|
/openbmc/u-boot/cmd/ |
H A D | mdio.c | 46 int extended) in mdio_write_ranges() argument 54 if (!extended) in mdio_write_ranges() 74 int reglo, int reghi, int extended) in mdio_read_ranges() argument 86 if (!extended) in mdio_read_ranges() 191 int extended = 0; in do_mdio() local 223 extended = 1; in do_mdio() 231 puts("PHY does not have extended functions\n"); in do_mdio() 268 reglo, reghi, data, extended); in do_mdio() 273 reglo, reghi, extended); in do_mdio() 303 "read PHY's extended register at <devad>.<reg>\n" [all …]
|