| /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) 64 a pointer to STRUCT and then derference the pointer defined by 76 return value type, it might be passed via a pair of registers. But this only 78 (\*4) this is useful for fetching a field of data structures. 87 trace the difference of structure fields (for debugging a function whether it 104 example, the ``count`` is unsigned long, and the ``pos`` is a pointer. Thus, 134 You can access the data fields of a data structure using allow operator ``->`` 146 int a; [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 | 45 * covering the region is just a waste. 47 * '__damon_va_three_regions() receives an address space of a process. It 55 * more short form: 10-20-25, 200-210-220, 300-305, 307-330) of a process are 178 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target 183 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1() 185 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions1() 205 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2() 207 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions2() 222 * Test a big change. The second big region has totally freed and mapped to 229 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions3() [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/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/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/devicetree/bindings/timer/ |
| H A D | samsung,exynos4210-mct.yaml | 14 global timer and CPU local timers. The global timer is a 64-bit free running 58 free-running counter with a different (main) processor. 81 For MCT block that uses a per-processor interrupt for local timers, such 180 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, 208 // a per-processor interrupt to handle them. Only one first local 221 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, 228 // a per-processor interrupt to handle them. All the local timer 241 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
|
| /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 */
|
| H A D | checksum_32.S | 21 * computes the checksum of a memory block at buff, length len, 80 * Computes the checksum of a memory block at src, length len, 143 70: lbz r9,4(r4) /* do some bytes */ 149 bdnz 70b 244 EX_TABLE(70b, fault);
|
| /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/Documentation/devicetree/bindings/dpll/ |
| H A D | microchip,zl30731.yaml | 13 Microchip Azurite DPLL (ZL3073x) is a family of DPLL devices that 18 and are described with a fallback to the register equivalent ZL3073x 53 dpll@70 { 97 dpll@70 {
|
| /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/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
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.map | 6 keycode 1 = nul a 70 keycode 65 = nul A 75 keycode 70 = atilde F 151 shift control keycode 70 = F18 165 string F1 = "\033[[A"
|
| /linux/arch/m68k/fpsp040/ |
| H A D | setox.S | 4 | The entry point setox computes the exponential of a value. 5 | setoxd does the same except the input value is a denormalized 40 | argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes 65 | To avoid the use of floating-point comparisons, a 66 | compact representation of |X| is used. This format is a 75 | to have a small number of cases where |X| is less than, 95 | Using a single-precision constant avoids memory access. 96 | Another effect of using a single-precision "constant" is 106 | Notes: a) The way L1 and L2 are chosen ensures L1+L2 approximate 127 | Step 4. Approximate exp(R)-1 by a polynomial [all …]
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | arm,pl172.yaml | 12 # We need a select here so we don't match all nodes with 'arm,primecell' 62 "^flash@[0-9],[0-9a-f]+$": 67 "^(gpio|sram)@[0-9],[0-9a-f]+$": 207 mpmc,read-enable-delay = <70>; 208 mpmc,page-mode-read-delay = <70>;
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00leds.c | 28 * Led handling requires a positive value for the rssi, in rt2x00leds_led_quality() 35 * to a LED value inside the range LED_OFF - LED_FULL. in rt2x00leds_led_quality() 52 * is going to calculate the value and might use it in a in rt2x00leds_led_quality() 155 * On period: 70ms in rt2x00leds_register() 159 on_period = 70; in rt2x00leds_register()
|
| /linux/drivers/hwmon/ |
| H A D | ntc_thermistor.c | 35 * Used as index in a zero-terminated array, holes not allowed so 70 * A compensation table should be sorted by the values of .ohm 98 { .temp_c = 70, .ohm = 7798 }, 134 { .temp_c = 70, .ohm = 4513 }, 171 { .temp_c = 70, .ohm = 15184 }, 208 { .temp_c = 70, .ohm = 2228 }, 245 { .temp_c = 70, .ohm = 68000 }, 286 { .temp_c = 70, .ohm = 2227 }, 395 * This fallback uses a raw read and then in ntc_adc_iio_read() 397 * a factor 1000 to get to microvolts. in ntc_adc_iio_read() [all …]
|
| /linux/drivers/w1/ |
| H A D | w1_io.c | 25 70, 24, 250, 164, 39, 121, 155, 197, 132, 218, 56, 102, 229, 187, 89, 7, 48 * w1_touch_bit() - Generates a write-0 or write-1 cycle and samples the level. 50 * @bit: 0 - write a 0, 1 - write a 0 read the level 66 * w1_write_bit() - Generates a write-0 or write-1 cycle. 98 * Program the hardware for a strong pullup, if one has been requested and 115 * If a strong pullup was requested, clear it if the hardware supports 154 * w1_read_bit() - Generates a write-1 cycle and samples the level. 180 * w1_triplet() - * Does a triplet - used for searching ROM addresses. 245 * w1_write_block() - Writes a series of bytes. 266 * w1_touch_block() - Touches a series of bytes. [all …]
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 5 Description: The device/ directory under a specific TPM instance exposes 13 Description: The "active" property prints a '1' if the TPM chip is accepting 16 visible to the OS, but will only accept a restricted set of 41 Manufacturer is a hex dump of the 4 byte manufacturer info 42 space in a TPM. TCG version shows the TCG TPM spec level that 51 used to wait for a short, medium and long TPM command. All 54 any longer than necessary before starting to poll for a 64 Durations can be modified in the case where a buggy chip 73 Description: The "enabled" property prints a '1' if the TPM chip is enabled, 75 may be visible but produce a '0' after some operation that [all …]
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A D | nvidia,tegra20-pcie.txt | 14 - reg: A list of physical base address and length for each set of controller 20 - interrupts: A list of interrupt outputs of the controller. Must contain an 48 Please refer to the standard PCI bus binding document for a more detailed 52 Please refer to the standard PCI bus binding document for a more detailed 69 - pinctrl-names: A list of pinctrl state names. Must contain the following 154 - phys: Must contain an phandle to a PHY for each entry in phy-names. 193 clocks = <&tegra_car 70>, <&tegra_car 72>, <&tegra_car 118>; 195 resets = <&tegra_car 70>, <&tegra_car 72>, <&tegra_car 74>; 259 if a device on the PCI bus provides a non-probeable bus such as I2C or SPI, 300 resets = <&tegra_car 70>, [all …]
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | socionext,uniphier-mio-dmac.yaml | 28 A list of interrupt specifiers associated with the DMA channels. 52 // In the example below, "interrupts = <0 68 4>, <0 68 4>, ..." is not a 53 // typo. The first two channels share a single interrupt line. 58 interrupts = <0 68 4>, <0 68 4>, <0 69 4>, <0 70 4>,
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | arm,hdlcd.yaml | 14 The Arm HDLCD is a display controller found on several development platforms 16 RGB streamer that reads the data from a framebuffer and sends it to a single 39 Phandle to a node describing memory to be used for the framebuffer. 79 hdmi-transmitter@70 {
|