Home
last modified time | relevance | path

Searched refs:P (Results 1 – 200 of 244) sorted by relevance

12

/linux-4.4.14/Documentation/frv/
Dgdbinit7 …mr0 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x0].L,__debug_mmu.damr[0x0].P,__debug…
8 …mr1 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x1].L,__debug_mmu.damr[0x1].P,__debug…
9 …mr2 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x2].L,__debug_mmu.damr[0x2].P,__debug…
10 …mr3 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x3].L,__debug_mmu.damr[0x3].P,__debug…
11 …mr4 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x4].L,__debug_mmu.damr[0x4].P,__debug…
12 …mr5 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x5].L,__debug_mmu.damr[0x5].P,__debug…
13 …mr6 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x6].L,__debug_mmu.damr[0x6].P,__debug…
14 …mr7 : L:%08lx P:%08lx : L:%08lx P:%08lx\n",__debug_mmu.damr[0x7].L,__debug_mmu.damr[0x7].P,__debug…
16 printf "amr8 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x8].L,__debug_mmu.damr[0x8].P
17 printf "amr9 : L:%08lx P:%08lx\n",__debug_mmu.damr[0x9].L,__debug_mmu.damr[0x9].P
[all …]
Dmmu-layout.txt242 amr0 : L:c0000000 P:00000cb9 : L:c0000000 P:000004b9
243 amr1 : L:01070005 P:006f9203 : L:0102c005 P:006a1201
244 amr2 : L:d8d00000 P:00000000 : L:d8d00000 P:00000000
245 amr3 : L:d8d04000 P:00534c0d : L:00000000 P:00000000
246 amr4 : L:d8d08000 P:00554c0d : L:00000000 P:00000000
247 amr5 : L:d8d0c000 P:00554c0d : L:00000000 P:00000000
248 amr6 : L:d8d10000 P:00000000 : L:00000000 P:00000000
249 amr7 : L:d8d14000 P:00000000 : L:00000000 P:00000000
250 amr8 : L:d8d18000 P:00000000
251 amr9 : L:d8d1c000 P:00000000
[all …]
/linux-4.4.14/tools/perf/util/
Dctype.c14 P = GIT_PRINT_EXTRA, /* printable - alpha - digit - glob - regex */ enumerator
24 PS,P, P, P, R, P, P, P, R, R, G, R, P, P, R, P, /* 32.. 47 */
25 D, D, D, D, D, D, D, D, D, D, P, P, P, P, P, G, /* 48.. 63 */
26 P, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, /* 64.. 79 */
27 A, A, A, A, A, A, A, A, A, A, A, G, G, P, R, P, /* 80.. 95 */
28 P, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A, /* 96..111 */
29 A, A, A, A, A, A, A, A, A, A, A, R, R, P, P, 0, /* 112..127 */
/linux-4.4.14/kernel/sched/
Ddebug.c66 #define P(F) \ in print_cfs_group_stats() macro
87 P(se->statistics.wait_count); in print_cfs_group_stats()
89 P(se->load.weight); in print_cfs_group_stats()
91 P(se->avg.load_avg); in print_cfs_group_stats()
92 P(se->avg.util_avg); in print_cfs_group_stats()
95 #undef P in print_cfs_group_stats()
245 #define P(x) \ in print_rt_rq() macro
250 P(rt_nr_running); in print_rt_rq()
251 P(rt_throttled); in print_rt_rq()
256 #undef P in print_rt_rq()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv50.c58 int P, N, M, id; in read_pll_src() local
75 P = (coef & 0x00070000) >> 16; in read_pll_src()
83 P = (coef & 0x00070000) >> 16; in read_pll_src()
109 P = (nvkm_rd32(device, 0x00e824 + (id * 0x28)) >> 16) & 7; in read_pll_src()
110 P += (coef & 0x00070000) >> 16; in read_pll_src()
119 return (ref * N / M) >> P; in read_pll_src()
198 u32 P = 0; in nv50_clk_read() local
221 P = (nvkm_rd32(device, 0x004028) & 0x00070000) >> 16; in nv50_clk_read()
223 case 0x00000000: return nvkm_clk_read(&clk->base, nv_clk_src_crystal) >> P; in nv50_clk_read()
225 case 0x00000002: return read_pll(clk, 0x004020) >> P; in nv50_clk_read()
[all …]
Dpllgt215.c31 u32 freq, int *pN, int *pfN, int *pM, int *P) in gt215_pll_calc() argument
36 *P = info->vco1.max_freq / freq; in gt215_pll_calc()
37 if (*P > info->max_p) in gt215_pll_calc()
38 *P = info->max_p; in gt215_pll_calc()
39 if (*P < info->min_p) in gt215_pll_calc()
40 *P = info->min_p; in gt215_pll_calc()
49 u32 tmp = freq * *P * M; in gt215_pll_calc()
67 err = abs(freq - (info->refclk * N / M / *P)); in gt215_pll_calc()
86 return info->refclk * *pN / *pM / *P; in gt215_pll_calc()
Dmcp77.c87 u32 P = 0; in mcp77_clk_read() local
107 P = (nvkm_rd32(device, 0x004028) & 0x00070000) >> 16; in mcp77_clk_read()
110 case 0x00000000: return nvkm_clk_read(&clk->base, nv_clk_src_crystal) >> P; in mcp77_clk_read()
112 case 0x00000002: return nvkm_clk_read(&clk->base, nv_clk_src_hclkm4) >> P; in mcp77_clk_read()
113 case 0x00000003: return read_pll(clk, 0x004028) >> P; in mcp77_clk_read()
130 P = (nvkm_rd32(device, 0x004020) & 0x00070000) >> 16; in mcp77_clk_read()
134 return nvkm_clk_read(&clk->base, nv_clk_src_href) >> P; in mcp77_clk_read()
135 return nvkm_clk_read(&clk->base, nv_clk_src_crystal) >> P; in mcp77_clk_read()
137 case 0x00000020: return read_pll(clk, 0x004028) >> P; in mcp77_clk_read()
138 case 0x00000030: return read_pll(clk, 0x004020) >> P; in mcp77_clk_read()
[all …]
Dpllnv04.c49 int M, N, thisP, P; in getMNP_single() local
73 P = 1 << maxP; in getMNP_single()
74 if ((clk * P) < minvco) { in getMNP_single()
84 P = 1 << thisP; in getMNP_single()
85 clkP = clk * P; in getMNP_single()
107 calcclk = ((N * crystal + P/2) / P + M/2) / M; in getMNP_single()
228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc() argument
233 ret = getMNP_single(subdev, info, freq, N1, M1, P); in nv04_pll_calc()
239 ret = getMNP_double(subdev, info, freq, N1, M1, N2, M2, P); in nv04_pll_calc()
Dnv04.c35 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
36 int ret = nv04_pll_calc(&clock->subdev, info, clk, &N1, &M1, &N2, &M2, &P); in nv04_clk_pll_calc()
43 pv->log2P = P; in nv04_clk_pll_calc()
Dgk104.c65 u32 P = (coef & 0x003f0000) >> 16; in read_pll() local
78 P = 1; in read_pll()
82 P = (coef & 0x10000000) ? 2 : 1; in read_pll()
98 if (P == 0) in read_pll()
99 P = 1; in read_pll()
102 return sclk / (M * P); in read_pll()
268 int N, M, P, ret; in calc_pll() local
278 ret = gt215_pll_calc(subdev, &limits, freq, &N, NULL, &M, &P); in calc_pll()
282 *coef = (P << 16) | (N << 8) | M; in calc_pll()
Dpll.h8 int *N1, int *M1, int *N2, int *M2, int *P);
10 int *N, int *fN, int *M, int *P);
Dgt215.c112 u32 sclk = 0, P = 1, N = 1, M = 1; in read_pll() local
119 P = (coef & 0x003f0000) >> 16; in read_pll()
125 P = 1; in read_pll()
133 if (M * P) in read_pll()
134 return sclk * N / (M * P); in read_pll()
238 int P, N, M, diff; in gt215_pll_info() local
260 ret = gt215_pll_calc(subdev, &limits, khz, &N, NULL, &M, &P); in gt215_pll_info()
262 info->pll = (P << 16) | (N << 8) | M; in gt215_pll_info()
Dnv40.c44 int P = (ctrl & 0x00070000) >> 16; in read_pll_1() local
52 return khz >> P; in read_pll_1()
65 int P = (ctrl & 0x00070000) >> 16; in read_pll_2() local
78 return khz >> P; in read_pll_2()
Dgf100.c64 u32 P = (coef & 0x003f0000) >> 16; in read_pll() local
76 P = 1; in read_pll()
94 return sclk * N / M / P; in read_pll()
247 int N, M, P, ret; in calc_pll() local
257 ret = gt215_pll_calc(subdev, &limits, freq, &N, NULL, &M, &P); in calc_pll()
261 *coef = (P << 16) | (N << 8) | M; in calc_pll()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c50 #define P(a, b) PERF_MEM_S(a, b) macro
51 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
52 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
56 P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
57 OP_LH | P(LVL, L1) | P(SNOOP, NONE), /* 0x01: L1 local */
58 OP_LH | P(LVL, LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
59 OP_LH | P(LVL, L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
60 OP_LH | P(LVL, L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
61 OP_LH | P(LVL, L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
62 OP_LH | P(LVL, L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
[all …]
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE8 {P|M|Z} = {round to +infinity,round to -infinity,round to zero},
45 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point
46 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer
74 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
75 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
76 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
77 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply
78 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide
79 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide
83 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply
[all …]
DTODO4 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
9 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
12 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
13 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
14 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
[all …]
/linux-4.4.14/Documentation/cpu-freq/
Dintel-pstate.txt1 Intel P-state driver
4 This driver provides an interface to control the P state selection for
6 modes based on the processor model, legacy mode and Hardware P state (HWP)
9 In legacy mode, the Intel P-state implements two internal governors,
12 internal Intel P-state governors implement setpolicy()). The internal
14 the governor selects the highest available P state to maximize the performance
15 of the core. The internal powersave governor selects the appropriate P state
18 In HWP mode P state selection is implemented in the processor
20 the processor to control P state selection based on user preferences
22 internal Intel P-state governor code is disabled.
[all …]
Dpcc-cpufreq.txt5 * Copyright (C) 2009 Hewlett-Packard Development Company, L.P.
84 the native P-state driver (such as acpi-cpufreq for Intel, powernow-k8 for
140 to a corresponding P-state.
158 to be strictly associated with a P-state.
190 corresponds to the frequency of the P0 P-state.
207 provides information wrt each P-state, it is not applicable to the PCC driver.
Dcore.txt4 L i n u x C P U F r e q
6 C P U F r e q C o r e
Dindex.txt4 L i n u x C P U F r e q
Dcpu-drivers.txt4 L i n u x C P U F r e q
6 C P U D r i v e r s
Dgovernors.txt4 L i n u x C P U F r e q
6 C P U F r e q G o v e r n o r s
Duser-guide.txt4 L i n u x C P U F r e q
/linux-4.4.14/crypto/
Dblowfish_common.c309 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
317 const u32 *P = bctx->p; in encrypt_block() local
339 yl ^= P[16]; in encrypt_block()
340 yr ^= P[17]; in encrypt_block()
352 u32 *P = ctx->p; in blowfish_setkey() local
364 P[i] = bf_pbox[i]; in blowfish_setkey()
373 P[i] = P[i] ^ temp; in blowfish_setkey()
383 P[i] = data[0]; in blowfish_setkey()
384 P[i + 1] = data[1]; in blowfish_setkey()
Dblowfish_generic.c39 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
46 const u32 *P = ctx->p; in bf_encrypt() local
68 yl ^= P[16]; in bf_encrypt()
69 yr ^= P[17]; in bf_encrypt()
80 const u32 *P = ctx->p; in bf_decrypt() local
102 yl ^= P[1]; in bf_decrypt()
103 yr ^= P[0]; in bf_decrypt()
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_blowfish.c360 #define EROUND(a, b, n) do { b ^= P[n]; a ^= bf_F(b); } while (0)
361 #define DROUND(a, b, n) do { a ^= bf_F(b); b ^= P[n]; } while (0)
374 u32 *P = dsp->bf_p; in dsp_bf_encrypt() local
422 yl ^= P[16]; in dsp_bf_encrypt()
423 yr ^= P[17]; in dsp_bf_encrypt()
466 u32 *P = dsp->bf_p; in dsp_bf_decrypt() local
520 yr ^= P[17]; in dsp_bf_decrypt()
521 yl ^= P[16]; in dsp_bf_decrypt()
563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() argument
585 yl ^= P[16]; in encrypt_block()
[all …]
/linux-4.4.14/kernel/time/
Dtimer_list.c153 #define P(x) \ in print_cpu() macro
162 P(hres_active); in print_cpu()
163 P(nr_events); in print_cpu()
164 P(nr_retries); in print_cpu()
165 P(nr_hangs); in print_cpu()
166 P(max_hang_time); in print_cpu()
168 #undef P in print_cpu()
172 # define P(x) \ in print_cpu() macro
180 P(nohz_mode); in print_cpu()
182 P(tick_stopped); in print_cpu()
[all …]
/linux-4.4.14/fs/jfs/
Djfs_btree.h67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
72 P = (TYPE *)&JFS_IP(IP)->ROOT;\
80 P = (MP)->data;\
82 P = NULL;\
155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
160 P = (TYPE *)MP->data;\
162 P = (TYPE *)&JFS_IP(IP)->ROOT;\
Djfs_xtree.c67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
69 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
71 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) || \
72 (le16_to_cpu((P)->header.nextindex) > \
73 le16_to_cpu((P)->header.maxentry)) || \
74 (le16_to_cpu((P)->header.maxentry) > \
88 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
89 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
Djfs_dtree.c127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
129 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \
131 if (((P)->header.nextindex > \
132 (((BN) == 0) ? DTROOTMAXSLOT : (P)->header.maxslot)) || \
133 ((BN) && ((P)->header.maxslot > DTPAGEMAXSLOT))) { \
146 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
147 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_overlay.c1550 #define P(x) i915_error_printf(m, " " #x ": 0x%08x\n", error->regs.x) in intel_overlay_print_error_state() macro
1551 P(OBUF_0Y); in intel_overlay_print_error_state()
1552 P(OBUF_1Y); in intel_overlay_print_error_state()
1553 P(OBUF_0U); in intel_overlay_print_error_state()
1554 P(OBUF_0V); in intel_overlay_print_error_state()
1555 P(OBUF_1U); in intel_overlay_print_error_state()
1556 P(OBUF_1V); in intel_overlay_print_error_state()
1557 P(OSTRIDE); in intel_overlay_print_error_state()
1558 P(YRGB_VPH); in intel_overlay_print_error_state()
1559 P(UV_VPH); in intel_overlay_print_error_state()
[all …]
/linux-4.4.14/Documentation/s390/
Dconfig3270.sh16 P=/proc/tty/driver/tty3270
30 if ! ls $P > /dev/null 2>&1; then
33 ls $P > /dev/null 2>&1 || exit 1
51 echo what=config > $P
70 done < $P
/linux-4.4.14/firmware/dsp56k/
Dbootstrap.asm34 org P:$0
37 org P:$40
48 ; move A,P:(r0)+
55 movem P:(r0)+,x0
56 movem x0,P:(r1)+
63 org P:$7ea9
86 movep X:<<M_HRX,P:(r0)+
/linux-4.4.14/net/9p/
DKconfig2 # 9P protocol configuration
20 tristate "9P Virtio Transport"
27 tristate "9P RDMA Transport (Experimental)"
34 Say Y if you want the 9P subsystem to log debug information.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c41 int N1, M1, N2, M2, P; in nv50_devinit_pll_set() local
50 ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P); in nv50_devinit_pll_set()
61 nvkm_mask(device, info.reg + 8, 0x7fff00ff, (P << 28) | in nv50_devinit_pll_set()
66 (P << 22) | in nv50_devinit_pll_set()
68 (P << 16)); in nv50_devinit_pll_set()
72 nvkm_mask(device, info.reg + 0, 0x00070000, (P << 16)); in nv50_devinit_pll_set()
Dgf100.c37 int N, fN, M, P; in gf100_devinit_pll_set() local
44 ret = gt215_pll_calc(subdev, &info, freq, &N, &fN, &M, &P); in gf100_devinit_pll_set()
54 nvkm_wr32(device, info.reg + 0x04, (P << 16) | (N << 8) | M); in gf100_devinit_pll_set()
Dgt215.c37 int N, fN, M, P; in gt215_devinit_pll_set() local
44 ret = gt215_pll_calc(subdev, &info, freq, &N, &fN, &M, &P); in gt215_devinit_pll_set()
53 (P << 16) | (M << 8) | N); in gt215_devinit_pll_set()
Dnv04.c363 int N1, M1, N2, M2, P; in nv04_devinit_pll_set() local
370 ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P); in nv04_devinit_pll_set()
379 pv.log2P = P; in nv04_devinit_pll_set()
/linux-4.4.14/crypto/async_tx/
Dasync_pq.c42 #define P(b, d) (b[d-2]) macro
183 &P(blocks, disks), 2, in async_gen_syndrome()
188 BUG_ON(disks > 255 || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
226 if (P(blocks, disks)) in async_gen_syndrome()
227 unmap->addr[j++] = dma_map_page(device->dev, P(blocks, disks), in async_gen_syndrome()
256 if (!P(blocks, disks)) { in async_gen_syndrome()
257 P(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
333 if (!P(blocks, disks)) { in async_syndrome_val()
337 pq[0] = dma_map_page(dev, P(blocks, disks), in async_syndrome_val()
374 struct page *p_src = P(blocks, disks); in async_syndrome_val()
[all …]
/linux-4.4.14/arch/sh/lib64/
Dcopy_user_memcpy.S61 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
62 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
63 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
64 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
Dmemcpy.S46 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
47 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
48 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
49 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
/linux-4.4.14/arch/frv/kernel/
Dgdb-stub.c141 unsigned long L, P; member
1242 __debug_mmu.iamr[0].P = __get_IAMPR(0); in gdbstub_get_mmu_state()
1244 __debug_mmu.iamr[1].P = __get_IAMPR(1); in gdbstub_get_mmu_state()
1246 __debug_mmu.iamr[2].P = __get_IAMPR(2); in gdbstub_get_mmu_state()
1248 __debug_mmu.iamr[3].P = __get_IAMPR(3); in gdbstub_get_mmu_state()
1250 __debug_mmu.iamr[4].P = __get_IAMPR(4); in gdbstub_get_mmu_state()
1252 __debug_mmu.iamr[5].P = __get_IAMPR(5); in gdbstub_get_mmu_state()
1254 __debug_mmu.iamr[6].P = __get_IAMPR(6); in gdbstub_get_mmu_state()
1256 __debug_mmu.iamr[7].P = __get_IAMPR(7); in gdbstub_get_mmu_state()
1258 __debug_mmu.iamr[8].P = __get_IAMPR(8); in gdbstub_get_mmu_state()
[all …]
/linux-4.4.14/arch/tile/kernel/
Dsingle_step.c232 #define P pr_info in rewrite_load_store_unaligned() macro
233 P("\n"); in rewrite_load_store_unaligned()
234 P("Unaligned fixups in the kernel will slow your application considerably.\n"); in rewrite_load_store_unaligned()
235 P("To find them, write a \"1\" to /proc/sys/tile/unaligned_fixup/printk,\n"); in rewrite_load_store_unaligned()
236 P("which requests the kernel show all unaligned fixups, or write a \"0\"\n"); in rewrite_load_store_unaligned()
237 P("to /proc/sys/tile/unaligned_fixup/enabled, in which case each unaligned\n"); in rewrite_load_store_unaligned()
238 P("access will become a SIGBUS you can debug. No further warnings will be\n"); in rewrite_load_store_unaligned()
239 P("shown so as to avoid additional slowdown, but you can track the number\n"); in rewrite_load_store_unaligned()
240 P("of fixups performed via /proc/sys/tile/unaligned_fixup/count.\n"); in rewrite_load_store_unaligned()
241 P("Use the tile-addr2line command (see \"info addr2line\") to decode PCs.\n"); in rewrite_load_store_unaligned()
[all …]
/linux-4.4.14/samples/bpf/
Dtracex1_kern.c13 #define _(P) ({typeof(P) val = 0; bpf_probe_read(&val, sizeof(val), &P); val;}) argument
/linux-4.4.14/Documentation/i2c/
Di2c-protocol7 P (1 bit) : Stop bit
26 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
34 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
42 They are just like the above transactions, but instead of a stop bit P
46 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
69 S Addr Rd [A] [Data] NA Data [A] P
83 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
86 Force a stop condition (P) after the message. Some I2C related protocols
Dsmbus-protocol37 P (1 bit) : Stop bit
56 A Addr Rd/Wr [A] P
69 S Addr Rd [A] [Data] NA P
80 S Addr Wr [A] Data [A] P
91 S Addr Wr [A] Comm [A] S Addr Rd [A] [Data] NA P
103 S Addr Wr [A] Comm [A] S Addr Rd [A] [DataLow] A [DataHigh] NA P
119 S Addr Wr [A] Comm [A] Data [A] P
131 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P
147 S Addr Rd [A] [DataLow] A [DataHigh] NA P
160 S Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
[all …]
/linux-4.4.14/drivers/block/paride/
Dmkd15 for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 do mkdev pd$D$P b 45 $[ $1 * 16 + $P ]
/linux-4.4.14/Documentation/video4linux/bttv/
DTuners7 P= PHILIPS_API (VHF_LO=0xA0, VHF_HI=0x90, UHF=0x30, radio=0x04)
32 P= PAL
85 TPI8NSR11 : NTSC J/M (TPI8NSR01 w/FM) (P,210/497)
86 TPI8PSB11 : PAL B/G (TPI8PSB01 w/FM) (P,170/450)
87 TAPC-I701 : PAL I (TAPC-I001 w/FM) (P,170/450)
88 TPI8PSB12 : PAL D/K+B/G (TPI8PSB02 w/FM) (P,170/450)
100 P= Standard phono female socket
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_hw.c144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local
148 P = (pll >> 16) & 0x07; in nvGetClocks()
160 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
163 P = (pll >> 16) & 0x07; in nvGetClocks()
170 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
175 P = (pll >> 16) & 0x0F; in nvGetClocks()
184 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
189 P = (pll >> 16) & 0x0F; in nvGetClocks()
198 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
205 P = (pll >> 16) & 0x07; in nvGetClocks()
[all …]
/linux-4.4.14/Documentation/watchdog/
Dwdt.txt6 ICS WDT501-P
7 ICS WDT501-P (no fan tachometer)
8 ICS WDT500-P
31 tachometer WDT501-P Fan Tachometer support (0=disable, default=0)
32 type WDT501-P Card type (500 or 501, default=500)
/linux-4.4.14/fs/9p/
DKconfig14 bool "Enable 9P client caching support"
22 bool "9P POSIX Access Control Lists"
37 bool "9P Security Labels"
43 labels in the 9P filesystem.
/linux-4.4.14/sound/soc/codecs/
Dpcm512x.c700 int R, J, D, P; in pcm512x_find_pll_coeff() local
718 P = den; in pcm512x_find_pll_coeff()
720 && 1000000 <= pllin_rate / P && pllin_rate / P <= 20000000) { in pcm512x_find_pll_coeff()
731 dev_dbg(dev, "R * J / P = %d * %d / %d\n", R, J, P); in pcm512x_find_pll_coeff()
749 for (P = den; P <= 15; P++) { in pcm512x_find_pll_coeff()
750 if (pllin_rate / P < 6667000 || 200000000 < pllin_rate / P) in pcm512x_find_pll_coeff()
752 if (num * P % den) in pcm512x_find_pll_coeff()
754 K = num * P / den; in pcm512x_find_pll_coeff()
761 dev_dbg(dev, "J.D / P = %d.%04d / %d\n", J, D, P); in pcm512x_find_pll_coeff()
770 P = DIV_ROUND_UP(pllin_rate, 20000000); in pcm512x_find_pll_coeff()
[all …]
/linux-4.4.14/drivers/gpu/drm/i2c/
Dch7006_mode.c165 __MODE(29500, 720, 576, 944, 625, P, P, 145.592111636, 1_1, 0x7, PAL_LIKE, 800, 600),
166 MODE(36000, 800, 600, 960, 750, P, P, 119.304647022, 5_6, 0x6, PAL_LIKE),
167 MODE(39000, 800, 600, 936, 836, P, P, 110.127366499, 3_4, 0x1, PAL_LIKE),
168 MODE(39273, 800, 600, 1040, 630, P, P, 145.816809399, 5_6, 0x4, NTSC_LIKE),
169 MODE(43636, 800, 600, 1040, 700, P, P, 131.235128487, 3_4, 0x2, NTSC_LIKE),
170 MODE(47832, 800, 600, 1064, 750, P, P, 119.723275165, 7_10, 0x1, NTSC_LIKE),
/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c280 unsigned long P) in walk_pte_level() argument
289 st->current_address = normalize_addr(P + i * PTE_LEVEL_MULT); in walk_pte_level()
298 unsigned long P) in walk_pmd_level() argument
306 st->current_address = normalize_addr(P + i * PMD_LEVEL_MULT); in walk_pmd_level()
313 P + i * PMD_LEVEL_MULT); in walk_pmd_level()
330 unsigned long P) in walk_pud_level() argument
339 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
346 P + i * PUD_LEVEL_MULT); in walk_pud_level()
/linux-4.4.14/arch/alpha/include/asm/
Dswitch_to.h8 #define switch_to(P,N,L) \ argument
10 (L) = alpha_switch_to(virt_to_phys(&task_thread_info(N)->pcb), (P)); \
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c71 P = 2, enumerator
76 #define P macro
813 [PERF_COUNT_HW_CPU_CYCLES] = { 0x00, CNTR_EVEN | CNTR_ODD, P },
822 [PERF_COUNT_HW_CPU_CYCLES] = { 0x00, CNTR_EVEN | CNTR_ODD, P },
901 [C(RESULT_ACCESS)] = { 0x15, CNTR_ODD, P },
902 [C(RESULT_MISS)] = { 0x16, CNTR_EVEN, P },
905 [C(RESULT_ACCESS)] = { 0x15, CNTR_ODD, P },
906 [C(RESULT_MISS)] = { 0x16, CNTR_EVEN, P },
982 [C(RESULT_ACCESS)] = { 0x1c, CNTR_ODD, P },
983 [C(RESULT_MISS)] = { 0x1d, CNTR_EVEN, P },
[all …]
/linux-4.4.14/tools/perf/Documentation/
Dasciidoc.conf11 (?su)[\\]?(?P<name>linkperf):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
Dperf-timechart.txt44 -P::
83 -P::
Dperf-annotate.txt58 -P::
Dperf-script.txt182 …M/P/-: M=branch target mispredicted or branch direction was mispredicted, P=target predicted or di…
Dperf-list.txt33 P - use maximum detected precise level
/linux-4.4.14/drivers/video/fbdev/kyro/
DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
87 *pixelClock = ProgramClock(REF_CLOCK, *pixelClock, &F, &R, &P); in InitialiseRamdac()
93 tmp |= ((P) | ((F - 2) << 2) | ((R - 2) << 11)); in InitialiseRamdac()
DSTG4000InitDevice.c245 u32 F, R, P; in SetCoreClockPLL() local
285 ulCoreClock = ProgramClock(REF_FREQ, CORE_PLL_FREQ, &F, &R, &P); in SetCoreClockPLL()
287 core_pll |= ((P) | ((F - 2) << 2) | ((R - 2) << 11)); in SetCoreClockPLL()
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dintel,ce4100-ioapic.txt13 interrupts = <P S>;
15 The first number (P) represents the interrupt pin which is wired to the
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dio.c622 mem_in_buffer(a, RBuffer->P, IoAdapter->RBuffer.P, in mem_look_ahead()
685 byte *P = (byte *)buffer; in io_in_buffer() local
688 *P = inpp(Port); in io_in_buffer()
689 P++; in io_in_buffer()
698 inppw_buffer(Port, P, len + 1); in io_in_buffer()
706 inppw_buffer(Port, ((PISDN_ADAPTER)a->io)->RBuffer.P, ((PISDN_ADAPTER)a->io)->RBuffer.length + 1); in io_look_ahead()
727 byte *P = (byte *)buffer; in io_out_buffer() local
730 outpp(Port, *P); in io_out_buffer()
731 P++; in io_out_buffer()
740 outppw_buffer(Port, P, len + 1); in io_out_buffer()
[all …]
Dio.h257 extern void *PTR_P(ADAPTER *a, ENTITY *e, void *P);
267 void io_in_buffer(ADAPTER *a, void *adr, void *P, word length);
271 void io_out_buffer(ADAPTER *a, void *adr, void *P, word length);
282 void mem_in_buffer(ADAPTER *a, void *adr, void *P, word length);
286 void mem_out_buffer(ADAPTER *a, void *adr, void *P, word length);
Ddi_defs.h46 byte P[270]; /* data/parameter field */ member
69 byte *P; member
Ddi.h53 void (*ram_in_buffer)(ADAPTER *a, void *adr, void *P, word length);
57 void (*ram_out_buffer)(ADAPTER *a, void *adr, void *P, word length);
Ddebug.c21 static void single_p(byte *P, word *PLength, byte Id);
23 static word SuperTraceCreateReadReq(byte *P, const char *path);
1148 e->X->P = (byte *)xdata; in SuperTraceReadRequest()
1217 e->X->P = (byte *)&pC->xbuffer[0]; in SuperTraceASSIGN()
1238 e->X->P = (byte *)&pC->xbuffer[0]; in SuperTraceREMOVE()
1266 e->X->P = (byte *)xdata; in SuperTraceTraceOnRequest()
1299 e->X->P = (byte *)pVar; in SuperTraceWriteVar()
1325 e->X->P = (byte *)xdata; in SuperTraceExecuteRequest()
1335 static word SuperTraceCreateReadReq(byte *P, const char *path) { in SuperTraceCreateReadReq() argument
1341 *P++ = ESC; in SuperTraceCreateReadReq()
[all …]
Ddi.c138 &ReqOut->XBuffer.P[length], in pr_out()
139 PTR_P(a, this, &X[i].P[this->XOffset]), in pr_out()
155 PTR_P(a, this, &X[i].P[0]), in pr_out()
631 memcpy(IoAdapter->RBuffer.P, cma, IoAdapter->RBuffer.length); in isdn_ind()
684 if (R[this->RCurrent].P) { in isdn_ind()
686 memcpy(PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
691 &RBuffer->P[offset], in isdn_ind()
692 PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
Ddivasmain.c458 void __inline__ inppw_buffer(void __iomem *addr, void *P, int length) in inppw_buffer() argument
460 insw((unsigned long) addr, (word *) P, length >> 1); in inppw_buffer()
463 void __inline__ outppw_buffer(void __iomem *addr, void *P, int length) in outppw_buffer() argument
465 outsw((unsigned long) addr, (word *) P, length >> 1); in outppw_buffer()
Dmessage.c928 if (!plci->data_sent || (ncci_ptr->DBuffer[ncci_ptr->data_out].P != plci->data_sent_ptr)) in cleanup_ncci_data()
929 TransmitBufferFree(plci->appl, ncci_ptr->DBuffer[ncci_ptr->data_out].P); in cleanup_ncci_data()
3133 data->P = (byte *)(long)(*((dword *)(parms[0].info))); in data_b3_req()
3137 data->P = TransmitBufferSet(appl, *(dword *)parms[0].info); in data_b3_req()
6621 byte *data = &plci->NL.RBuffer->P[0]; in nl_ind()
6693 && !(udata_forwarding_table[plci->RData[0].P[0] >> 5] & (1L << (plci->RData[0].P[0] & 0x1f)))) in nl_ind()
6695 switch (plci->RData[0].P[0]) in nl_ind()
6707 dtmf_indication(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind()
6715 …capidtmf_recv_process_block(&(plci->capidtmf_state), plci->RData[0].P + 1, (word)(plci->RData[0].P… in nl_ind()
6729 mixer_indication_xconnect_from(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind()
[all …]
Dum_idi.c582 e->e.X->P = (byte *)&req[1]; /* Our buffer is safe */ in process_idi_request()
687 e->e.R->P = (byte *)&pind[1]; in process_idi_ind()
706 (diva_um_idi_ind_hdr_t *) (e->e.R->P); in process_idi_ind()
Dpc.h33 byte P[270]; /* data/parameter field */ member
Ddivacapi.h157 void *P; member
/linux-4.4.14/scripts/
Dget_maintainer.pl15 my $P = $0;
168 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n";
194 or warn "$P: Can't find a readable .get_maintainer.ignore file $!\n";
248 die "$P: invalid argument - use --help if necessary\n";
257 print("${P} ${V}\n");
263 die "$P: missing patchfile or -f file - use --help if necessary\n";
282 die "$P: Missing required option: email, scm, status, subsystem or web\n";
290 die "$P: Please select at least 1 email option\n";
294 die "$P: The current directory does not appear to be "
304 or die "$P: Can't open MAINTAINERS: $!\n";
[all …]
Drecordmcount.pl111 my $P = $0;
112 $P =~ s@.*/@@g;
117 print "usage: $P arch endian bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
Dcheckpatch.pl14 my $P = $0;
15 my $D = dirname(abs_path($P));
60 Usage: $P [OPTION]... [FILE]...
113 or warn "$P: Can't find a readable $configuration_file file $!\n";
175 printf "$P: requires at least perl version %vd\n", $minimum_perl_version;
182 print "$P: no input files\n";
238 die "$P: $root: --root does not point at a valid tree\n";
617 or warn "$P: Can't read '$file' $!\n";
663 or warn "$P: Can't read '$camelcase_cache' $!\n";
685 or warn "$P: Can't write '$camelcase_cache' $!\n";
[all …]
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DH1940.txt26 Herbert Pötzl pages:
35 of people, including Ben Dooks, Arnaud Patard, and Herbert Pötzl.
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_ib.h127 #define UPDATE_PTR_LEFT(N, P, L) \ argument
130 P += (N); \
/linux-4.4.14/Documentation/DocBook/media/
Dvbi_625.gif.b6445 3aly1n73vAcdMw7rxt4Lf/iE4+LX2rJH4it/+bLNvSI7JXbmS3/61K++9a+P/exrf/vc7773vw/+
46 8It//OQvv/nPj/70q3/97G+/+98P//j+y3/+9K+//e+P//zrf//877///w+AASiAA0iABWiAB4iA
Dnv12mt_example.gif.b6454 sj4Q4glTzQjXGRI+0MubV+8C++P/LpDL+fuz6eEYFQA9ctWNPuCQl4iYxyzLWmywgw0RU5dqnpHQ
115 Orz28cO3l08Inrt66+zZtz+P/rp8mO+h278fn75l/R3xN/+vuAAF7I++AYU7kDf3CjSQQfQSVNDB
Dfieldseq_tb.gif.b64110 X//2L/7P/1LmT1D7L1BQvfsAAUvgQIIFDR5EmFDhQoYNEcoDIM/hRIoVLV4USAIARo4dPXYEQOLj
299 Pu/3vu//PvAHv/APP/HnPgpEvl8APDIsP/M3v/M/P/RHv/RPP/VXv/UvP8SvvuXisjYUv/d/P/iH
300 P/GfgeVjxm4qOZin/5I/uf+G/EZM+ZXHv/xTeZZrP2Rwufrnvy6LucoDN6FbPUCQEziQYEGBLWAl
436 vvOfD/3oS3/61E++Ggw/J2ELf/vcB76yHc/tg7D50uQvv/nrvOfiU/4qQui1+98P//jz2tHqv/1B
Dfieldseq_bt.gif.b64100 i+P+t80LjpAFgB7ogj7ohF7ohn7oiJ7oir7ogO4DXt7bWOENLTvplL6y3vDo6pTTAtANjN7pnv7p
300 AuiPP/mXP+AXvs9b/0Bog+W3v/u/P/xXvja0vndMrPnfP/6XfyJ8/37Mdtz7KkDwEngPwD2BBxEm
436 JfCDr+Xho7bwy8c78qGp/OqntfnNljr0tyz9V1Nf+4zNu4QtogB8qH/97G+/+98P//jLf/70r7/6
Dcrop.gif.b6499 P/CQn/o5zNM2jtIPnwGvvwPeDq6qX/uSf99I3PkeEPtE7+JVH761r/q3f+g+zft+7/tyv8HBn/rD
Ddvbstb.png.b6459 P/roI2n4s2fP1Ib369dPCkOlCTNbt24VAMS5c+fUhmVmZkq/MDVt2lS6mlTeZbpx44bQ1tYWhoaG
112 QoiTJ08KJycnleE9e/YU27Ztk+YRGxsrWrduLQ1//fXXxfnz56XhOTk5YsmSJdJdk/P+DAwMxMKF
Dbayer.png.b6415 9vv+/vzf+fv4/fvu//z7+v7//P/7/v/8//QpxAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAFY8AABWW
Dpipeline.png.b64150 q68KFs6cDo5csfH2+dl+P+tVoY3RP8b//tNGdCFev2QfPFBFrbihqlLEXm/qo470sGa+F277CrsL
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt125 * satisfied :P) to be sure of fully understanding all technical details.
144 A real-time task can be periodic with period P if r_{j+1} = r_j + P, or
145 sporadic with minimum inter-arrival time P is r_{j+1} >= r_j + P. Finally,
148 Task = (WCET, D, P)
227 CPUs, with the first task Task_1=(P,P,P) having period, relative deadline
228 and WCET equal to P. The remaining M tasks Task_i=(e,P-1,P-1) have an
232 (because their absolute deadlines are equal to t + P - 1, hence they are
233 smaller than the absolute deadline of Task_1, which is t + P). As a
235 time t + e + P, after its absolute deadline. The total utilization of the
236 task set is U = M · e / (P - 1) + P / P = M · e / (P - 1) + 1, and for small
[all …]
/linux-4.4.14/drivers/video/fbdev/riva/
Driva_hw.c619 unsigned int M, N, P, pll, MClk; in nv3UpdateArbitrationSettings() local
622 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv3UpdateArbitrationSettings()
623 MClk = (N * chip->CrystalFreqKHz / M) >> P; in nv3UpdateArbitrationSettings()
808 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv4UpdateArbitrationSettings() local
811 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv4UpdateArbitrationSettings()
812 MClk = (N * chip->CrystalFreqKHz / M) >> P; in nv4UpdateArbitrationSettings()
814 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv4UpdateArbitrationSettings()
815 NVClk = (N * chip->CrystalFreqKHz / M) >> P; in nv4UpdateArbitrationSettings()
1071 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv10UpdateArbitrationSettings() local
1074 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv10UpdateArbitrationSettings()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2488 #define IXGBE_PVFTDH(P) (0x06010 + (0x40 * (P))) argument
2489 #define IXGBE_PVFTDT(P) (0x06018 + (0x40 * (P))) argument
2490 #define IXGBE_PVFTDWBAL(P) (0x06038 + (0x40 * (P))) argument
2491 #define IXGBE_PVFTDWBAH(P) (0x0603C + (0x40 * (P))) argument
3513 #define IXGBE_KRM_PORT_CAR_GEN_CTRL(P) ((P) ? 0x8010 : 0x4010) argument
3514 #define IXGBE_KRM_LINK_CTRL_1(P) ((P) ? 0x820C : 0x420C) argument
3515 #define IXGBE_KRM_DSP_TXFFE_STATE_4(P) ((P) ? 0x8634 : 0x4634) argument
3516 #define IXGBE_KRM_DSP_TXFFE_STATE_5(P) ((P) ? 0x8638 : 0x4638) argument
3517 #define IXGBE_KRM_RX_TRN_LINKUP_CTRL(P) ((P) ? 0x8B00 : 0x4B00) argument
3518 #define IXGBE_KRM_PMD_DFX_BURNIN(P) ((P) ? 0x8E00 : 0x4E00) argument
[all …]
/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-period3 args = -c 100 -P kill >/dev/null 2>&1
DREADME55 perf record -c 100 -P kill (test-record-period)
/linux-4.4.14/lib/raid6/
Dneon.uc93 z0 = stop; /* P/Q right side optimization */
101 /* P/Q data pages */
112 /* P/Q left side optimization */
Dint.uc119 z0 = stop; /* P/Q right side optimization */
124 /* P/Q data pages */
135 /* P/Q left side optimization */
/linux-4.4.14/
DCREDITS5 (W), PGP key ID and fingerprint (P), description (D), and
89 P: 1024/85AD9EED AD C0 49 08 91 67 DF D7 FA 04 1A EE 09 E8 44 B0
100 P: 1024D/30D39057 1BC4 2742 E885 E4DE 9301 0C82 5F9B 643E 30D3 9057
118 P: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD 1E DF FE 69 EE 35 BD 74
128 P: 1024D/68B9CB43 13D9 8355 295F 4823 7C49 C012 DFA1 686E 68B9 CB43
129 P: 1024R/CB4660B9 CC A0 71 81 F4 A0 63 AC C0 4B 81 1D 8C 15 C8 E5
183 P: 1024/AF7B30C1 CF 97 C2 CC 6D AE A7 FE C8 BA 9C FC 88 DE 32 C3
241 P: 1024/FA6F16D1 96 D1 1A CF 5F CA 69 EC F9 4F 36 1F 6D 60 7B DA
326 P: 1024/39ED5729 5C A8 7A F4 B2 7A D1 3E B5 3B 81 CF 47 30 11 71
343 P: 4096R/7BF9099A C0EB C440 F6DA 091C 884D 8532 E0F3 73F3 7BF9 099A
[all …]
D.mailmap94 Mythri P K <mythripk@ti.com>
111 Sachin P Sant <ssant@in.ibm.com>
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c30 #define QLC_DCB_GET_TC_PRIO(X, P) ((X >> (P * 3)) & 0x7) argument
31 #define QLC_DCB_GET_PGID_PRIO(X, P) ((X >> (P * 8)) & 0xff) argument
32 #define QLC_DCB_GET_BWPER_PG(X, P) ((X >> (P * 8)) & 0xff) argument
33 #define QLC_DCB_GET_TSA_PG(X, P) ((X >> (P * 8)) & 0xff) argument
34 #define QLC_DCB_GET_PFC_PRIO(X, P) (((X >> 24) >> P) & 0x1) argument
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/
DCFLIST11 SRCU-P
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt36 Currently, P-states, T-states (clock modulation), and CPU offlining
224 multiple systems, including Westmere (80P) and Ivy Bridge (4P, 8P).
248 Tests also show a minor, but measurable, difference between the 4P/8P
249 Ivy Bridge system and the 80P Westmere server under 50% idle ratio.
255 On the IVB 8P system, compared to an offline CPU, powerclamp can
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block-rssd4 Contact: Asai Thambi S P <asamymuthupa@micron.com>
Dsysfs-devices-system-cpu210 Description: Parameters for the Intel P-state driver
212 Logic for selecting the current P-state in Intel
214 limits for the P-state that will be requested by the
217 max_perf_pct: limits the maximum P state that will be requested by
220 min_perf_pct: limits the minimum P state that will be requested by
223 no_turbo: limits the driver to selecting P states below the turbo
Dsysfs-module48 P - proprietary module
/linux-4.4.14/arch/m68k/fpsp040/
Dstwotox.S61 | 3. Calculate P where 1 + P approximates exp(r):
62 | P = r + r*r*(A1+r*(A2+...+r*A5)).
Dssin.S488 |--we want P+p = W+w but |p| <= half ulp of P
489 |--Then, we need to compute A := R-P and a := r-p
490 faddx %fp5,%fp3 | ...FP3 is P
491 fsubx %fp3,%fp4 | ...W-P
493 fsubx %fp3,%fp0 | ...FP0 is A := R - P
494 faddx %fp5,%fp4 | ...FP4 is p = (W-P)+w
/linux-4.4.14/drivers/usb/serial/
DMakefile-keyspan_pda_fw9 gcc -x assembler-with-cpp -P -E -o $@ $<
Diuu_phoenix.c414 unsigned int P = 0; in iuu_clk() local
431 P = 1193; in iuu_clk()
436 P = 161; in iuu_clk()
441 P = 66; in iuu_clk()
471 P = lP; in iuu_clk()
479 P2 = ((P - PO) / 2) - 4; in iuu_clk()
484 PO = (P >> 10) & 0x01; in iuu_clk()
/linux-4.4.14/Documentation/networking/
Dtlan.txt20 0e11 ae35 Compaq Integrated NetFlex 3/P
26 0e11 f130 Compaq NetFlex 3/P
27 0e11 f150 Compaq NetFlex 3/P
Darcnet-hardware.txt223 RP-------P--------P--------H-----P------P-----PR
225 RP-----H--------P--------H-----P------PR
230 P - TP Card
1277 P/N:12-01-0007
1282 P/N 120A ARCNET 8 bit XT/AT Star
1283 P/N 120AB ARCNET 8 bit XT/AT Bus
1284 P/N 120TP ARCNET 8 bit XT/AT Twisted Pair
1285 P/N 120ST ARCNET 8 bit XT/AT Star, Twisted Pair
1286 P/N 120SBT ARCNET 8 bit XT/AT Star, Bus, Twisted Pair
1495 P/N:12-01-0006
[all …]
Dmultiqueue.txt79 Original Author: Peter P. Waskiewicz Jr. <peter.p.waskiewicz.jr@intel.com>
DREADME.ipw2100291 James P. Ketrenos <ipw2100-admin@linux.intel.com>
De1000e.txt21 * NOTE: The Intel(R) PRO/1000 P Dual Port Server Adapter is supported by
/linux-4.4.14/Documentation/device-mapper/
Dsnapshot.txt43 <persistent?> is P (Persistent) or N (Not persistent - will not survive
46 snapshot status. So supported store types are "P", "PO" and "N".
93 volumeGroup-snap: 0 2097152 snapshot 254:11 254:12 P 16
123 volumeGroup-base: 0 2097152 snapshot-merge 254:11 254:12 P 16
/linux-4.4.14/Documentation/usb/
Dproc_usb_info.txt98 P = Product ID info. (from Device descriptor, but they won't fit
161 P: Vendor=xxxx ProdID=xxxx Rev=xx.xx
174 P: Vendor=xxxx ProdID=xxxx Rev=xx.xx
286 and P lines) and change their output format. (The "procusb"
310 P: Vendor=0000 ProdID=0000 Rev= 0.00
319 P: Vendor=0451 ProdID=1446 Rev= 1.00
326 P: Vendor=04b4 ProdID=0001 Rev= 0.00
333 P: Vendor=0565 ProdID=0001 Rev= 1.08
Dacm.txt73 P: Vendor=0000 ProdID=0000 Rev= 0.00
81 P: Vendor=04c1 ProdID=008f Rev= 2.07
Dgadget_serial.txt198 P: Vendor=0525 ProdID=a4a7 Rev= 2.01
230 P: Vendor=0525 ProdID=a4a6 Rev= 2.01
DCREDITS23 Gregory P. Smith <greg@electricrain.com>
/linux-4.4.14/drivers/lguest/
DMakefile8 Preparation Preparation!: PREFIX=P
/linux-4.4.14/crypto/asymmetric_keys/
Dx509_cert_parser.c503 #define DD2bin(P) ({ unsigned x = dec2bin(P[0]) * 10 + dec2bin(P[1]); P += 2; x; }) in x509_decode_time() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgf100.c144 int N1, M1, P; in gf100_ram_calc() local
217 &N1, NULL, &M1, &P); in gf100_ram_calc()
226 ram_wr32(fuc, 0x10fe24, (P << 16) | (N1 << 8) | M1); in gf100_ram_calc()
232 &N1, NULL, &M1, &P); in gf100_ram_calc()
239 ram_wr32(fuc, 0x132004, (P << 16) | (N1 << 8) | M1); in gf100_ram_calc()
Dramnv50.c231 int N1, M1, N2, M2, P; in nv50_ram_calc() local
332 &N1, &M1, &N2, &M2, &P); in nv50_ram_calc()
349 r004008 |= (mpll.bias_p << 19) | (P << 22) | (P << 16); in nv50_ram_calc()
Dramgk104.c974 gk104_calc_pll_output(int fN, int M, int N, int P, int clk) in gk104_calc_pll_output() argument
976 return ((clk * N) + (((u16)(fN + 4096) * clk) >> 13)) / (M * P); in gk104_calc_pll_output()
/linux-4.4.14/arch/nios2/
DKconfig.debug13 task has ever had available in the sysrq-T and sysrq-P debug output.
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt197 a process PP which accessing a Coda file. It makes a system call which
272 on behalf of a process P, creates messages for Venus, awaits replies
276 FS Driver in kernel memory on behalf of P and copied to user memory in
279 The FS Driver while servicing P makes upcalls to Venus. Such an
281 structure contains the identification of P, the message sequence
296 P. When the message is on the pending queue, process P cannot proceed
297 in upcall. The (kernel mode) processing of P in the filesystem
299 the calling thread in P is blocked in upcall. A pointer in the
300 message structure will locate the synchronization object on which P is
315 +o the message is a reply for a suspended thread P. If so it removes
[all …]
Dpath-lookup.txt126 head <--+-P |<-+-P |<-+-P |
135 head <--+-P |<--------+-P | on modern CPUs)
140 +----+-P |
153 head <--+-P |<--------+-P |
158 <----+-P |
D9p.txt47 mount points. Each 9P export is seen by the client as a virtio device with an
105 version=name Select 9P protocol version. Valid options are:
Daffs.txt100 - H and P are always retained and ignored under Linux.
Dlogfs.txt192 just 2^16 used entries, hash collisions would be likely (P >= 0.5).
/linux-4.4.14/Documentation/powerpc/
Dcpu_families.txt139 | 450 | --> | BG/P |
/linux-4.4.14/drivers/net/can/sja1000/
DKconfig32 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
36 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt76 3=I, P frames
77 7=I, P, B frames
80 Note: for reverse playback the Picture Mask should be set to I or I, P.
Dfw-encoder-api.txt127 Number of B frames between the I and P frame, plus 1.
411 // 1=I, 2=P, 4=B
427 3=I,P frames
428 7=I,P,B frames
429 (Seems to be ignored, it always indexes I, P and B frames)
/linux-4.4.14/Documentation/hwmon/
Dibmpowernv5 * Any recent IBM P servers based on POWERNV platform
Dcoretemp107 Z560/550/540/530P/530/520PT/520/515/510PT/510P 90
Dw83627ehf13 * Winbond W83627DHG-P
49 W83627DHG, W83627DHG-P, W83627UHG, W83667HG, W83667HG-B, W83667HG-I
189 The DHG-P has an additional automatic fan speed control mode named Smart Fan
/linux-4.4.14/arch/s390/include/asm/
Dcpu_mf.h104 unsigned int P:1; /* 28 PSW Problem state */ member
/linux-4.4.14/drivers/cpufreq/
DKconfig.x866 bool "Intel P state control"
9 This driver provides a P state for Intel core processors.
33 tristate "ACPI Processor P-States driver"
DKconfig225 tristate "ACPI Processor P-States driver"
/linux-4.4.14/Documentation/blockdev/
Dcpqarray.txt10 * SMART-2/P
Dparide.txt257 for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
258 do mkdev pd$D$P b 45 $[ $1 * 16 + $P ]
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt68 /* U R_SHIFT P O */
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.bttv4 3 -> STB, Gateway P/N 6000699 (bt848)
41 40 -> STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100 [10b4:2636,10b4:2645,121a:3060]
/linux-4.4.14/Documentation/trace/
Dftrace.txt565 # entries-in-buffer/entries-written: 140080/250280 #P:4
611 # latency: 259 us, #4/4, CPU#2 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:4)
649 #P is the number of online CPUs (#P:4).
887 # entries-in-buffer/entries-written: 144405/9452052 #P:4
942 # latency: 16 us, #4/4, CPU#0 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:4)
993 # latency: 71 us, #168/168, CPU#3 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:4)
1088 # latency: 46 us, #4/4, CPU#1 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:4)
1125 # latency: 83 us, #241/241, CPU#1 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:4)
1238 # latency: 100 us, #4/4, CPU#3 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:4)
1291 # latency: 161 us, #339/339, CPU#3 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:4)
[all …]
Devents-power.txt8 cpuidle (C-states) and cpufreq (P-states)
/linux-4.4.14/drivers/video/fbdev/i810/
Di810.h212 u32 pixclock, M, N, P; member
/linux-4.4.14/drivers/net/ethernet/sun/
DKconfig61 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
/linux-4.4.14/drivers/pinctrl/sunxi/
Dpinctrl-sunxi.h33 PINCTRL_PIN(P ## bank ## _BASE + (pin), "P" #bank #pin)
/linux-4.4.14/security/
Dsecurity.c111 struct security_hook_list *P; \
113 list_for_each_entry(P, &security_hook_heads.FUNC, list) \
114 P->hook.FUNC(__VA_ARGS__); \
120 struct security_hook_list *P; \
122 list_for_each_entry(P, &security_hook_heads.FUNC, list) { \
123 RC = P->hook.FUNC(__VA_ARGS__); \
/linux-4.4.14/Documentation/input/
Delantech.txt204 1 0 0 H V 1 F P
206 P: 1 = enable parity checking for relative mode
250 when parity checking is enabled (reg_11, P = 1):
268 parity checking enabled (reg_11, P = 1):
289 otherwise (reg_11, P = 0):
Dxpad.txt195 P: Vendor=05fd ProdID=107a Rev= 1.00
205 P: Vendor=0c12 ProdID=8809 Rev= 0.01
Dsentelic.txt187 1 |1|0|1|P|1|M|R|L| 2 |C|C|C|C|C|C|C|C| 3 |0|0|F|F|0|0|0|i| 4 |r|l|d|u|0|0|0|0|
281 1 |1|0|1|P|1|M|R|L| 2 |C|C|C|C|C|C|C|C| 3 |0|0|F|F|0|0|0|i| 4 |r|l|u|d|0|0|0|0|
321 1 |0|1|0|P|1|M|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|B|F|X|X|Y|Y|
349 1 |0|1|1|P|1|F|R|L| 2 |X|X|X|X|X|X|X|X| 3 |Y|Y|Y|Y|Y|Y|Y|Y| 4 |r|l|B|F|X|X|Y|Y|
386 1 |1|0|0|P|1|M|R|L| 2 |C|C|C|C|C|C|C|C| 3 |0|0|F|F|0|0|0|i| 4 |r|l|u|d|0|0|0|0|
Diforce-protocol.txt175 QUERY = 50 ('P'roduct)
/linux-4.4.14/arch/arm/boot/dts/
Dtegra20-trimslice.dts370 cd-gpios = <&gpio TEGRA_GPIO(P, 1) GPIO_ACTIVE_LOW>;
371 wp-gpios = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
Dsun5i-r8-chip.dts54 model = "NextThing C.H.I.P.";
Dsh73a0-kzm9g.dts131 label = "SW2-P";
Dtegra20-colibri-512.dtsi211 nvidia,codec-sync-gpio = <&gpio TEGRA_GPIO(P, 0)
Dtegra124-nyan.dtsi587 gpio = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
/linux-4.4.14/Documentation/
Dgcov.txt222 -perm /u+r,g+r | tar cfz $DEST -P -T -
226 echo " tar xfz $DEST -P"
Dmemory-barriers.txt151 { A == 1, B == 2, C = 3, P == &A, Q == &C }
152 B = 4; Q = P;
153 P = &B D = *Q;
156 the address retrieved from P by CPU 2. At the end of the sequence, any of the
163 Note that CPU 2 will never try and load C into D because the CPU will load P
197 WRITE_ONCE(Q, P); smp_read_barrier_depends(); D = READ_ONCE(*Q);
201 Q = LOAD P, D = LOAD *Q
520 { A == 1, B == 2, C = 3, P == &A, Q == &C }
523 WRITE_ONCE(P, &B)
524 Q = READ_ONCE(P);
[all …]
Dserial-console.txt25 speed, P is parity (n/o/e), N is number of bits,
Dkernel-doc-nano-HOWTO.txt352 !P<filename> <section title> is replaced by the contents of the DOC:
358 This makes sense to use when you use !F/!P only and want to verify
Dmagic-number.txt63 PG_MAGIC 'P' pg_{read,write}_hdr include/linux/pg.h
Dunicode.txt129 U+F8DE KLINGON LETTER P
Dbinfmt_misc.txt46 'P' - preserve-argv[0]. Legacy behavior of binfmt_misc is to overwrite
Djava.txt96 cd -P `dirname $CLASS`
/linux-4.4.14/Documentation/zh_CN/
Doops-tracing.txt191 1:'G'如果所有装载的模块都有GPL或相容的许可证,'P'如果装载了任何的专有模块。
Dmagic-number.txt63 PG_MAGIC 'P' pg_{read,write}_hdr include/linux/pg.h
/linux-4.4.14/drivers/net/wireless/hostap/
DKconfig43 DWL-520 rev E and D-Link DWL-650 rev P.
/linux-4.4.14/drivers/s390/char/
Ddefkeymap.map91 keycode 87 = idiaeresis P
/linux-4.4.14/scripts/genksyms/
Dkeywords.hash.c_shipped15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c828 if (sample_data_ptr->P == 1) { in add_samples_to_oprofile()
847 !sample_data_ptr->P, tsk); in add_samples_to_oprofile()
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt166 'P' all linux/soundcard.h conflict!
167 'P' 60-6F sound/sscape_ioctl.h conflict!
168 'P' 00-0F drivers/usb/class/usblp.c conflict!
/linux-4.4.14/arch/m68k/hp300/
Dhp300map.map184 string Pause = "\033[P"
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dinfo.txt69 $cfg A modify -a server1.net -p 1025 -i $idx -P 123
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES39 crtc -> OVLP{n} + DMA{P,S,E} (??) |-> MDP "device"
/linux-4.4.14/drivers/media/usb/dvb-usb/
DKconfig55 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
61 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt171 - The device is able to perform RAID6 P+Q computations, P being a
175 - The device is able to perform parity check using RAID6 P+Q
/linux-4.4.14/Documentation/parisc/
Dregisters69 P (Protection Identifiers) 1*
/linux-4.4.14/Documentation/ja_JP/
DHOWTO70 (サミュエル P ハービソン/ガイ L スティール共著 斉藤 信男監訳)[ソフトバンク]
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt399 3.5) TSC frequency change / P-states
408 Whether the TSC runs at a constant rate or scales with the P-state is model
412 In addition, some vendors have known bugs where the P-state is actually
414 inactive, the P-state may be raised temporarily to service cache misses from
453 X86_FEATURE_CONSTANT_TSC : The TSC rate is unchanged with P-states
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0367.c2358 u32 M, N, P; in stv0367cab_get_mclk() local
2370 P = (u32)stv0367_readbits(state, F367CAB_PLL_PDIV); in stv0367cab_get_mclk()
2372 if (P > 5) in stv0367cab_get_mclk()
2373 P = 5; in stv0367cab_get_mclk()
2375 mclk_Hz = ((ExtClk_Hz / 2) * N) / (M * (1 << P)); in stv0367cab_get_mclk()
/linux-4.4.14/Documentation/x86/
Dmtrr.txt150 Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia.
246 Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia.
Dearlyprintk.txt126 …e-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P) show-all-timers(Q) …
/linux-4.4.14/Documentation/networking/caif/
DLinux-CAIF.txt49 I M P L E M E N T A T I O N
/linux-4.4.14/drivers/video/fbdev/
DKconfig268 Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC
2136 tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors"
2142 Say Y here to enable support for the IBM GXT4000P/6000P and
2143 GXT4500P/6500P display adaptor based on Raster Engine RC1000,
2144 found on some IBM System P (pSeries) machines. This driver
2280 Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers.
2287 bool "Carmine/Coral-P(A) GDC"
2290 This enables framebuffer support for Fujitsu Carmine/Coral-P(A)
2309 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter
/linux-4.4.14/tools/power/cpupower/po/
Dcs.po249 #. P state changes via MSR are identified via cpuid 80000007
294 msgid " Pstate-P%d: %luMHz\n"
380 msgstr "Přepínače:\n"
608 "2. Přepínač -f nebo --freq nemůže být použit zároveň s žádným jiným vyjma -"
Dde.po245 #. P state changes via MSR are identified via cpuid 80000007
290 msgid " Pstate-P%d: %luMHz\n"
/linux-4.4.14/arch/arm/mach-pxa/
DKconfig653 PXA320 (codename Monahans-P)
659 PXA930 (codename Tavor-P)
/linux-4.4.14/scripts/kconfig/
Dzconf.hash.c_shipped15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
/linux-4.4.14/firmware/
DMakefile75 fw-shipped-$(CONFIG_SERIAL_8250_CS) += cis/MT5634ZLX.cis cis/RS-COM-2P.cis \
/linux-4.4.14/Documentation/i2c/busses/
Di2c-i801145 Here the host bridge ID is 2570 (82865G/PE/P), the subvendor ID is 1043
/linux-4.4.14/drivers/tty/vt/
Ddefkeymap.map289 string Pause = "\033[P"
Ddefkeymap.c_shipped184 '\033', '[', 'P', 0,
/linux-4.4.14/drivers/scsi/
D53c700.scr44 ; P:
/linux-4.4.14/arch/score/kernel/
Dentry.S144 ENTRY(handle_pel) # P-EL #6
/linux-4.4.14/arch/arm/mm/
Dproc-xsc3.S464 and r0, r0, #2 @ preserve bit P bit setting
/linux-4.4.14/arch/alpha/
DKconfig184 Bcache SIMMs. I/O sub-system provides SuperI/O (2S, 1P, FD), KBD,
387 SuperI/O (2S, 1P, FD), RTC/NVRAM. Boot ROM is EPROM. PC-AT size.
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt70 Note down these cpus in | P
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dradio.c1398 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) argument

12