Home
last modified time | relevance | path

Searched +full:80 +full:a (Results 1 – 25 of 1077) sorted by relevance

12345678910>>...44

/linux/lib/crypto/x86/
H A Dsha1-avx2-asm.S4 * This file is provided under a dual BSD/GPLv2 license. When using or
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
47 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
97 .set A, REG_A define
142 * Keep 2 iterations precalculated at a time:
143 * - 80 DWORDs per iteration * 2
145 #define W_SIZE (80*2*2 +16)
147 #define WK(t) ((((t) % 80) / 4)*32 + ( (t) % 4)*4 + ((t)/80)*16 )(WK_BUF)
302 .elseif (i < 80)
325 .set TB, A
[all …]
/linux/Documentation/admin-guide/
H A Dsvga.rst15 kernel decompression starts) and works only on 80X86 machines that are
25 The video mode to be used is selected by a kernel parameter which can be
31 NORMAL_VGA - Standard 80x25 mode available on all display adapters.
33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA.
35 ASK_VGA - Display a video mode menu upon startup (see below).
39 to use). 0..9 correspond to "0".."9", 10..35 to "a".."z". Warning: the
41 modes are listed in a "first detected -- first displayed" manner. It's
51 The ASK_VGA mode causes the kernel to offer a video mode menu upon
52 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE>
55 the standard 80x25 mode.
[all …]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h49 * 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()
171 /* 5-20-27, 45-55, 73-80-90-104 */ in damon_test_apply_three_regions1()
173 73, 80, 80, 90, 90, 104}; 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()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c107 .tcp.source = 80,
116 .sport = 80,
128 .tcp.source = 80,
137 .sport = 80,
151 .tcp.source = 80,
160 .sport = 80,
174 .tcp.source = 80,
184 .sport = 80,
198 .tcp.source = 80,
210 .sport = 80,
[all …]
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py9 bandwidth distribution in a virtualized environment. The tests validate that
16 - Establishes a bridge connecting the VF representor and the uplink representor
24 the configured 80/20 split between TC4 and TC3
25 - This test should fail if bandwidth matches the 80/20 split without TC
27 - Expected: Bandwidth should NOT be distributed as 80/20
32 configured 80/20 split between TC3 and TC4
33 - Expected: Bandwidth should be distributed as 80/20
37 - TC3 (VLAN 101): Configured for 80% of total bandwidth
45 queue (SQ) is associated with a single TC. If a packet is sent on a queue that
72 with a tolerance.
[all …]
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-interconnect.json8 …"PublicDescription": "Counts the number of times when an inbound write (from a device to memory or…
18 …"PublicDescription": "Counts the number of times when an inbound write (from a device to memory or…
28 …ecrements when either the data is returned OR a tickle is received and ownership is released. Not…
38 …ecrements when either the data is returned OR a tickle is received and ownership is released. Not…
48 …ate the average write latency in the uncore. The occupancy increments when a write request is iss…
58 …ate the average write latency in the uncore. The occupancy increments when a write request is iss…
68 …late the average read latency in the uncore. The occupancy increments when a read request is issu…
78 …late the average read latency in the uncore. The occupancy increments when a read request is issu…
286 …"PublicDescription": "Counts the number times when it is not possible to issue a request to the R2…
340 …. This clock runs at 1/8th the 'GT/s' speed of the QPI link. For example, a 8GT/s link will have…
[all …]
/linux/drivers/ata/
H A Dlibata-pata-timings.c19 * These were taken from ATA/ATAPI-6 standard, rev 0a, except
30 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 0, 180, 0 },
33 { XFER_PIO_6, 10, 55, 20, 80, 55, 20, 0, 80, 0 },
40 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 5, 150, 0 },
43 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 5, 80, 0 },
47 { XFER_UDMA_1, 0, 0, 0, 0, 0, 0, 0, 0, 80 },
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()
[all …]
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst23 system calls 'write' and 'read'. For example, a SET_FOO ioctl would
25 a GET_FOO ioctl would be _IOR, although the kernel would actually write
30 share a partial letter with other drivers.
32 If you are writing a driver for a new device and need a letter, pick an
38 The second argument is a sequence number to distinguish ioctls from each
54 if a program calls an ioctl on the wrong device, it will get an
117 ';' 80-FF linux/iommufd.h
121 'A' 00-1F linux/apm_bios.h conflict!
122 'A' 00-0F linux/agpgart.h, conflict!
124 'A' 00-7F sound/asound.h conflict!
[all …]
/linux/arch/sparc/kernel/
H A Dhvtramp.S25 * a descriptor data structure which defines the
67 brnz,pn %o0, 80f
72 blt,a,pt %xcc, 1b
79 brnz,pn %o0, 80f
91 ba,pt %xcc, 80f
133 80: ba,pt %xcc, 80b
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py35 """Represents whether a button is pressed on the stylus"""
208 """Following the state machine in the URL above, with a couple of addition
338 we now have a button.
415 However, a half broken device might export those transitions.
416 For example, a pen that has the eraser button might wobble between
677 # now check for a valid transition
686 """Internal method to test against a list of
688 state_list is a list of PenState objects
689 scribble is a boolean which tells if we need
690 to wobble a little the X,Y coordinates of the pen
[all …]
/linux/arch/x86/boot/
H A Dvideo-vga.c18 { VIDEO_80x25, 80, 25, 0 },
19 { VIDEO_8POINT, 80, 50, 0 },
20 { VIDEO_80x43, 80, 43, 0 },
21 { VIDEO_80x28, 80, 28, 0 },
22 { VIDEO_80x30, 80, 30, 0 },
23 { VIDEO_80x34, 80, 34, 0 },
24 { VIDEO_80x60, 80, 60, 0 },
28 { VIDEO_80x25, 80, 25, 0 },
29 { VIDEO_8POINT, 80, 43, 0 },
33 { VIDEO_80x25, 80, 25, 0 },
[all …]
/linux/Documentation/arch/powerpc/
H A Dassociativity.rst7 of that domain. Resources subsets of a given domain that exhibit better
9 are represented as being members of a sub-grouping domain. This performance
19 A value of 1 indicates the usage of Form 1 associativity. For Form 2 associativity
28 With Form 1 a combination of ibm,associativity-reference-points, and ibm,associativity
31 The “ibm,associativity” property contains a list of one or more numbers (domainID)
34 The “ibm,associativity-reference-points” property contains a list of one or more numbers
52 "ibm,associativity-reference-points" property, Form 2 allows a large number of primary domain
59 "ibm,numa-lookup-index-table" property contains a list of one or more numbers representing
71 "ibm,numa-distance-table" property contains a list of one or more numbers representing the NUMA
81 ibm,numa-distace-table = <9>, /bits/ 8 < 10 20 80 20 10 160 80 160 10>;
[all …]
/linux/Documentation/staging/
H A Dstatic-keys.rst30 performance-sensitive fast-path kernel code, via a GCC feature and a code
31 patching technique. A quick example::
56 Currently, tracepoints are implemented using a conditional branch. The
57 conditional check requires checking a global variable for each tracepoint.
72 gcc (v4.5) adds a new 'asm goto' statement that allows branching to a label:
80 For example, if we have a simple branch that is disabled by default::
86 consist of a single atomic 'no-op' instruction (5 bytes on x86), in the
88 'no-op' in the straight-line codepath with a 'jump' instruction to the
100 In order to make use of this optimization you must first define a key::
146 reference counting. For example, if the key is initialized true, a
[all …]
/linux/Documentation/ABI/stable/
H A Dsysfs-class-tpm5 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/arch/x86/lib/
H A Dcsum-partial_64.c12 #include <asm/word-at-a-time.h>
34 * Do a checksum on an arbitrary memory area.
35 * Returns a 32bit checksum.
42 * it's best to have buff aligned on a 64-bit boundary
49 if (likely(len >= 80)) { in csum_partial()
54 buff += 80; in csum_partial()
55 len -= 80; in csum_partial()
56 } while (len >= 80); in csum_partial()
/linux/net/wireless/
H A Dchan.c134 CFG80211_PER_BW_VALID_PUNCTURING_VALUES(80), in valid_puncturing_bitmap()
150 start_freq = chandef->center_freq1 - 80; in valid_puncturing_bitmap()
295 mhz = 80; in nl80211_chan_width_to_mhz()
385 /* adjacent is not allowed -- that's a 160 MHz channel */ in cfg80211_chandef_valid()
386 if (chandef->center_freq1 - chandef->center_freq2 == 80 || in cfg80211_chandef_valid()
387 chandef->center_freq2 - chandef->center_freq1 == 80) in cfg80211_chandef_valid()
572 * Here "narrower" includes being a 20 MHz non-HT channel vs. a in _cfg80211_chandef_compatible()
587 * If c1 is 80+80, the in _cfg80211_chandef_compatible()
[all...]
/linux/Documentation/devicetree/bindings/gpio/
H A Daspeed,sgpio.yaml14 AST2600 have two sgpio master one with 128 pins another one with 80 pins,
15 AST2500/AST2400 have one sgpio master with 80 pins. Each of the Serial
21 divided by a programmable value.
36 # Each SGPIO is represented as a pair of input and output GPIOs
85 ngpios = <80>;
/linux/arch/csky/abiv2/
H A Dfpu.c15 * - mfcr %a, cr<1, 2>
16 * - mfcr %a, cr<2, 2>
17 * - mtcr %a, cr<1, 2>
18 * - mtcr %a, cr<2, 2>
137 #define STW_FPU_REGS(a, b, c, d) \ argument
138 "stw %0, (%4, "#a")\n" \
143 #define LDW_FPU_REGS(a, b, c, d) \ argument
144 "ldw %0, (%4, "#a")\n" \
172 : "+a"(fpregs) in save_to_user_fp()
177 : "+a"(fpregs) in save_to_user_fp()
[all …]
/linux/drivers/s390/net/
H A Dctcm_dbug.c28 [CTCM_DBF_MPC_SETUP] = {"mpc_setup", 8, 1, 80, CTC_DBF_INFO, NULL},
29 [CTCM_DBF_MPC_ERROR] = {"mpc_error", 8, 1, 80, CTC_DBF_ERROR, NULL},
30 [CTCM_DBF_MPC_TRACE] = {"mpc_trace", 8, 1, 80, CTC_DBF_ERROR, NULL},
56 /* register a view */ in ctcm_register_dbf_views()
58 /* set a passing level */ in ctcm_register_dbf_views()
/linux/drivers/net/fddi/
H A Ddefza.h30 #define FZA_REG_CONTROL_A 0x100500 /* control A, r/w1s */
86 #define FZA_STATE_UNINITIALIZED 0x1 /* after a reset */
182 /* Control A register constants. */
223 u16 control_a; /* control A register */
369 * Only an owner is permitted to process a given ring entry.
417 * Values of default link parameters given are as obtained from a
418 * DEFZA-AA rev. C03 board. The board counts time in units of 80ns.
443 * C03: 100000 [80ns]
446 * (TVX) -- C03: 32768 [80ns]
449 * C03: 2162688 [80ns]
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_tcp_unreplied.sh53 # Connect the namespace to the host using a veth pair
67 # add a rule inside NS so we enable conntrack
91 ct state new tcp flags syn ip daddr 10.99.99.99 tcp dport 80 counter name "connreq" accept
105 socat -u STDIN TCP:10.99.99.99:80 < /dev/null
111 count=$(ip netns exec "$ns2" conntrack -L -p tcp --dport 80 2>/dev/null | wc -l)
130 ip daddr 10.99.99.99 tcp dport 80 redirect to :8080
/linux/lib/crypto/powerpc/
H A Dsha1-powerpc-asm.S22 * We roll the registers for T, A, B, C, D, E around on each
23 * iteration; T on iteration t is A on iteration t+1, and so on.
130 /* Load up A - E */
131 lwz RA(0),0(r3) /* A */
174 add r20,RE(80),r20
175 add RD(0),RD(80),r19
176 add RC(0),RC(80),r18
177 add RB(0),RB(80),r17
178 add RA(0),RA(80),r16
/linux/tools/testing/selftests/net/forwarding/
H A Dip6gre_inner_v4_multipath.sh7 # policy, SW2 will only look at the outer IP addresses, hence only a single
27 # | | 2001:db8:80::1/64 |
33 # | 2001:db8:80::2/64 |
96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
113 __simple_if_fini $ul1 2001:db8:80::1/64
119 simple_if_init $ul21 2001:db8:80::2/64
124 ip -6 route add vrf v$ul21 2001:db8:40::1/128 via 2001:db8:80::1
138 simple_if_fini $ul21 2001:db8:80::2/64
268 $MZ $h1 -q -p 64 -A "192.0.3.2-192.0.3.62" -B "192.0.4.2-192.0.4.62" \
H A Dip6gre_inner_v6_multipath.sh7 # policy, SW2 will only look at the outer IP addresses, hence only a single
27 # | | 2001:db8:80::1/64 |
33 # | 2001:db8:80::2/64 |
96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
113 __simple_if_fini $ul1 2001:db8:80::1/64
119 simple_if_init $ul21 2001:db8:80::2/64
124 ip -6 route add vrf v$ul21 2001:db8:40::1/128 via 2001:db8:80::1
138 simple_if_fini $ul21 2001:db8:80::2/64
268 $MZ $h1 -6 -q -p 64 -A "2001:db8:1::2-2001:db8:1::3e" \
/linux/net/mac80211/
H A Ddebugfs_sta.c572 #define PFLAG(a, b) \ in link_sta_vht_capa_read()
574 if (vhtc->cap & IEEE80211_VHT_CAP_ ## a) \ in link_sta_vht_capa_read()
607 "\t\t80+80Mhz\n"); in link_sta_vht_capa_read()
615 PFLAG(SHORT_GI_80, "SHORT-GI-80"); in link_sta_vht_capa_read()
699 #define PFLAG(t, n, a, b) \ in link_sta_he_capa_read()
701 if (cap[n] & IEEE80211_HE_##t##_CAP##n##_##a) \ in link_sta_he_capa_read()
712 #define PFLAG_RANGE_DEFAULT(t, i, n, s, m, off, fmt, a, b) \ in link_sta_he_capa_read()
714 if (cap[i] == IEEE80211_HE_##t ##_CAP##i##_##n##_##a) { \ in link_sta_he_capa_read()
783 PFLAG(MAC, 4, BSRP_BQRP_A_MPDU_AGG, "BSRP-BQRP-A-MPDU-AGG"); in link_sta_he_capa_read()
810 "CHANNEL-WIDTH-SET-40MHZ-80MH in link_sta_he_capa_read()
580 PFLAG(a,b) link_sta_vht_capa_read() argument
707 PFLAG(t,n,a,b) link_sta_he_capa_read() argument
720 PFLAG_RANGE_DEFAULT(t,i,n,s,m,off,fmt,a,b) link_sta_he_capa_read() argument
1087 PFLAG(t,n,a,b) link_sta_eht_capa_read() argument
[all...]

12345678910>>...44