/linux/Documentation/trace/ |
H A D | fprobetrace.rst | 17 is also works only on the tracepoint entry. User can trace a part of 38 with a digit character, "_TRACEPOINT" is used. 47 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol) 66 return value type, it might be passed via a pair of registers. But this only 68 (\*4) this is useful for fetching a field of data structures. 77 trace the difference of structure fields (for debugging a function whether it 94 example, the ``count`` is unsigned long, and the ``pos`` is a pointer. Thus, 124 You can access the data fields of a data structure using allow operator ``->`` 136 int a; 141 To access ``a`` and ``b``, use ``foo->a`` and ``foo->b`` in this case. [all …]
|
/linux/drivers/ata/ |
H A D | libata-pata-timings.c | 19 * These were taken from ATA/ATAPI-6 standard, rev 0a, except 27 { XFER_PIO_0, 70, 290, 240, 600, 165, 150, 0, 600, 0 }, 30 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 0, 180, 0 }, 31 { XFER_PIO_4, 25, 70, 25, 120, 70, 25, 0, 120, 0 }, 41 { XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 5, 120, 0 }, 74 void ata_timing_merge(const struct ata_timing *a, const struct ata_timing *b, in ata_timing_merge() argument 78 m->setup = max(a->setup, b->setup); in ata_timing_merge() 80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge() 82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge() 84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge() [all …]
|
/linux/mm/damon/tests/ |
H A D | vaddr-kunit.h | 49 * covering the region is just a waste. 51 * '__damon_va_three_regions() receives an address space of a process. It 59 * more short form: 10-20-25, 200-210-220, 300-305, 307-330) of a process are 158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target 163 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1() 165 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions1() 185 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2() 187 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions2() 202 * Test a big change. The second big region has totally freed and mapped to 209 /* 10-20-30, 50-55-57-59, 70 in damon_test_apply_three_regions3() [all...] |
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_mcr.c | 16 * multiple instances of the same register share a single MMIO offset. MCR 18 * independent values of a register per hardware unit (e.g., per-subslice, 24 * registers can be done in either a (i.e., a single write updates all 25 * instances of the register to the same value) or unicast (a write updates only 26 * one specific instance). Reads of MCR registers always operate in a unicast 28 * Selection of a specific MCR instance for unicast operations is referred to 31 * If MCR register operations are steered toward a hardware unit that is 33 * is "terminated" by the hardware. Terminated read operations will return a 57 * are of a "GAM" subclass that has special rules. Thus we use a separate 134 } else if (GRAPHICS_VER_FULL(i915) >= IP_VER(12, 70)) { in intel_gt_mcr_init() [all …]
|
/linux/Documentation/fb/ |
H A D | tgafb.rst | 5 This is a driver for DECChip 21030 based graphics framebuffers, a.k.a. TGA 49 1024x768-60, 1152x864-60, 1024x768-70, 1024x768-76, 50 1152x864-70, 1280x1024-61, 1024x768-85, 1280x1024-70, 66 refreshed. This is an X server problem, not a tgafb problem, and is fixed in
|
/linux/drivers/gpu/drm/radeon/ |
H A D | sumo_dpm.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 172 #define SUMO_R_DFLT0 70 173 #define SUMO_R_DFLT1 70 174 #define SUMO_R_DFLT2 70 175 #define SUMO_R_DFLT3 70
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc_fw.c | 78 * For GuC, the major version number signifies a backwards breaking API change. 87 * running with a recent enough version for all KMD supported features, 91 fw_def(METEORLAKE, 0, guc_maj(mtl, 70, 12, 1)) \ 92 fw_def(DG2, 0, guc_maj(dg2, 70, 12, 1)) \ 93 fw_def(ALDERLAKE_P, 0, guc_maj(adlp, 70, 12, 1)) \ 94 fw_def(ALDERLAKE_P, 0, guc_mmp(adlp, 70, 1, 1)) \ 96 fw_def(ALDERLAKE_S, 0, guc_maj(tgl, 70, 12, 1)) \ 97 fw_def(ALDERLAKE_S, 0, guc_mmp(tgl, 70, 1, 1)) \ 99 fw_def(DG1, 0, guc_maj(dg1, 70, 5, 1)) \ 100 fw_def(ROCKETLAKE, 0, guc_mmp(tgl, 70, 1, 1)) \ [all …]
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_uc_fw.c | 31 * Documentation/driver-api/firmware/firmware-usage-guidelines.rst. There is a 43 * The major version needs to match a major version supported by the driver (if 44 * any). The minor version is also checked and a notice emitted to the log if 46 * informational purposes so users may have a chance to upgrade, but the driver 62 * "wipplat" as a short-name. Driver loads the following firmware blobs 73 * "plat" as a short-name. Except for the different directory, the 84 * For the platforms already released with a major version, they should never be 110 fw_def(BATTLEMAGE, major_ver(xe, guc, bmg, 70, 29, 2)) \ 111 fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 29, 2)) \ 112 fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 29, 2)) \ [all …]
|
/linux/Documentation/hwmon/ |
H A D | coretemp.rst | 20 Volume 3A: System Programming Guide 33 show the temperature of all cores inside a package under a single device 38 the actual value of temperature register is in fact a delta from TjMax. 59 On CPU models which support it, TjMax is read from a model-specific register. 62 as a module parameter (tjmax). 64 Appendix A. Known TjMax lists (TBD): 107 L5430, L5420, L5410 70 112 E5205, E5220 70, 90 113 L5240 70 184 L5000 70
|
H A D | ds1621.rst | 64 The DS1621 is a (one instance) digital thermometer and thermostat. It has 67 degree Celsius to +125 in 0.5 increments. You may convert this into a 80 A second thing is that, during extensive testing, Tout showed a tolerance 82 readings. Be sure to have a high vs. low temperature limit gap of al least 125 - DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees) 126 - DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees) 127 - DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees) 205 user input, via a step function. Reading back the 'update_interval' value 206 after a write operation provides the conversion time used by the device.
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | rockchip,nand-controller.yaml | 73 enum: [16, 24, 40, 60, 70] 85 NFC v900 ECC 16, 40, 60, 70 101 enum: [16, 24, 40, 60, 70] 104 If specified it indicates that a different BCH/ECC setting is 115 NFC v900 ECC 16, 70
|
/linux/drivers/video/fbdev/core/ |
H A D | modedb.c | 38 /* 640x400 @ 70 Hz, 31.5 kHz hsync */ 39 { NULL, 70, 640, 400, 39721, 40, 24, 39, 9, 96, 2, 0, 99 /* 1024x768 @ 70 Hz, 56.5 kHz hsync */ 100 { NULL, 70, 1024, 768, 13333, 144, 24, 29, 3, 136, 6, 0, 115 /* 1152x864 @ 70 Hz, 62.4 kHz hsync */ 116 { NULL, 70, 1152, 864, 10869, 106, 56, 20, 1, 160, 10, 0, 145 /* 1280x1024 @ 70 Hz, 74.59 kHz hsync */ 146 { NULL, 70, 1280, 1024, 7905, 224, 32, 28, 8, 160, 8, 0, 170 /* 1600x1200 @ 70 Hz, 87.50 kHz hsync */ 171 { NULL, 70, 1600, 1200, 5291, 304, 64, 46, 1, 192, 3, 0, [all …]
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | vkms-none-skips.txt | 11 …a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 34 fc 48 … 45 …a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 34 fc 48 … 62 …a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 34 fc 48 … 96 …a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 34 fc 48 … 113 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 147 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 164 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 200 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 215 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4… 249 # Code: 6a 34 0f 8e 91 fe ff ff 44 89 ea 48 8d 7c 24 48 e8 71 f0 ff ff 4b 8b 04 fc 48 8b 4c 24 50 4…
|
/linux/lib/ |
H A D | test_hexdump.c | 22 "be", "32", "db", "7b", "0a", "18", "93", "b2", 23 "70", "ba", "c4", "24", "7d", "83", "34", "9b", 29 "32be", "7bdb", "180a", "b293", 37 "70ba", "c424", "7d83", "349b", 48 "be32db7b", "0a1893b2", "70bac424", "7d83349b", 58 "be32db7b0a1893b2", "70bac4247d83349b", 168 bool a; in test_hexdump_overflow() local 195 a = r == e && !memcmp(test, buf, TEST_HEXDUMP_BUF_SIZE); in test_hexdump_overflow() 199 if (!a) { in test_hexdump_overflow()
|
/linux/Documentation/mm/ |
H A D | zsmalloc.rst | 13 To overcome these issues, zsmalloc allocates a bunch of 0-order pages 15 pages act as a single higher-order page i.e. an object can span 0-order 16 page boundaries. The code refers to these linked pages as a single entity 25 Additionally, zs_malloc() does not return a dereferenceable pointer. 31 be mapped using zs_map_object() to get a usable pointer and subsequently 38 ``/sys/kernel/debug/zsmalloc/<user name>``. Here is a sample of stat output:: 42 …class size 10% 20% 30% 40% 50% 60% 70% 80% … 68 70% 69 the number of zspages with usage ratio between 60% and 70% 71 the number of zspages with usage ratio between 70% and 80% [all …]
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_kunit_edid.h | 9 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 10 * 00 21 01 03 81 a0 5a 78 0a 00 00 00 00 00 00 00 12 * 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c 14 * 74 20 45 44 49 44 0a 20 20 20 00 00 00 fd 00 32 15 * 46 1e 46 0f 00 0a 20 20 20 20 20 20 00 00 00 10 46 * Monitor ranges (GTF): 50-70 Hz V, 30-70 kHz H, max dotclock 150 MHz 67 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 68 * 00 21 01 03 81 a0 5a 78 02 00 00 00 00 00 00 00 70 * 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c 72 * 74 20 45 44 49 44 0a 20 20 20 00 00 00 fd 00 32 [all …]
|
/linux/Documentation/driver-api/thermal/ |
H A D | exynos_thermal_emulation.rst | 57 A A A A TIME 60 emulation : 0 50 | 70 | 20 | 0 61 current temp: sensor 50 70 20 sensor
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-mux-reg.txt | 3 This binding describes an I2C bus multiplexer that uses a single register 26 Whenever an access is made to a device on a child bus, the value set 30 whenever an access is not being made to a device on a child bus, the 36 Example of a mux on PCIe card, the host is a powerpc SoC (big endian): 55 si5338: clock-generator@70 { 68 si5338: clock-generator@70 {
|
/linux/drivers/tty/vt/ |
H A D | defkeymap.map | 12 # be saved by mapping AltGr to Alt (and adapting a few entries): 76 keycode 30 = a 166 keycode 70 = Scroll_Lock Show_Memory Show_Registers 167 control keycode 70 = Show_State 168 alt keycode 70 = Scroll_Lock 263 string F1 = "\033[[A" 291 compose '`' 'A' to '�' 292 compose '`' 'a' to '�' 293 compose '\'' 'A' to '�' 294 compose '\'' 'a' to '�' [all …]
|
/linux/arch/powerpc/lib/ |
H A D | copy_32.S | 88 * replaced by a nop once cache is active. This is done in machine_init() 161 * replaced by a nop once cache is active. This is done in machine_init() 191 70: lbz r9,4(r4) /* do some bytes */ 195 bdnz 70b 336 70: lbz r9,4(r4) /* do some bytes */ 340 bdnz 70b 349 EX_TABLE(70b,100f) 465 /* fault on dcbz (effectively a write fault) */ 497 /* for a read fault, first try to continue the copy one byte at a time */
|
/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 10 * crypto/aes_generic.c and are designed to be simply accessed by a combination 11 * of rlwimi/lwz instructions with a minimum of table registers (usually only 19 * This is a quite good tradeoff for low power devices (e.g. routers) without 25 #define R(a, b, c, d) \ argument 26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a) 51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41) 56 .long R(62, 31, 31, 53), R(2a, 15, 15, 3f) 60 .long R(0a, 05, 05, 0f), R(2f, 9a, 9a, b5) [all …]
|
/linux/drivers/md/bcache/ |
H A D | writeback.h | 6 #define CUTOFF_WRITEBACK_SYNC 70 8 #define CUTOFF_WRITEBACK_MAX 70 26 * should be a reasonable fraction of the share, and not to blow up 27 * until individual backing devices are a petabyte.
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower_cfm.sh | 66 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q 68 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q 77 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q 104 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q 105 pkt="$ethtype $(generate_cfm_hdr 6 1 0 70)" 106 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q 107 pkt="$ethtype $(generate_cfm_hdr 0 1 0 70)" 108 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q 120 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q 149 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q [all …]
|
/linux/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 158 CABAC_ENTRY(22, -4, 73, -3, 70, -17, 73, 0, 0), 198 CABAC_ENTRY(56, -4, 74, 1, 70, -2, 75, 0, 0), 215 /* Table 9-18 – Values of variables m and n for ctxIdx from 70 to 104 */ 216 CABAC_ENTRY(70, 0, 45, 13, 15, 7, 34, 0, 11), 239 CABAC_ENTRY(93, -3, 74, -2, 73, -5, 79, -3, 70), 264 CABAC_ENTRY(116, -4, 70, -78, 127, -4, 71, -2, 66), 265 CABAC_ENTRY(117, 0, 67, -70, 127, -2, 71, 1, 64), 274 CABAC_ENTRY(126, 13, 29, -7, 70, -3, 41, 0, 46), 293 CABAC_ENTRY(145, 4, 57, 0, 61, -8, 74, 1, 70), 295 CABAC_ENTRY(147, 4, 51, -11, 70, -2, 27, -5, 74), [all …]
|
/linux/arch/parisc/kernel/vdso32/ |
H A D | sigtramp.S | 16 a 64-byte boundary by 0, 4 or 5 instructions. Since the vdso trampoline 17 is not on the stack, we need a new variant with different offsets and 28 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from 30 call instruction. Since we don't have a call here, we artifically 31 extend the range covered by the unwind info by adding a nop before 59 .section .eh_frame,"a",@progbits 160 rsave 60, 70 170 rsave 70, 80
|