Home
last modified time | relevance | path

Searched refs:px (Results 1 – 25 of 44) sorted by relevance

12

/linux/Documentation/sphinx-static/
H A Dcustom.css16 div.body { padding: 0 15px 0 10px; }
23 margin: 20px 10px 0 10px;
29 width: 104px;
30 margin-bottom: 20px;
74 * The 875px width seems to be wired into alabaster.
76 @media screen and (max-width: 875px) {
99 border: 1px solid #cccccc;
126 border: 1px solid #cccccc;
H A Dtheme_overrides.css49 padding-top: 1px;
50 padding-bottom: 1px;
53 padding-top: 1px;
54 padding-bottom: 1px;
61 * RTD theme's default is 800px as max width for the content, but we have
104 margin-bottom: 12px;
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h199 #define px_base(px) \ argument
207 #define px_dma(px) (__px_dma(px_base(px))) argument
210 #define px_vaddr(px) (__px_vaddr(px_base(px))) argument
212 #define px_pt(px) \ argument
213 __px_choose_expr(px, struct i915_page_table *, __x, \
216 #define px_used(px) (&px_pt(px)->used) argument
619 #define fill_px(px, v) fill_page_dma(px_base(px), (v), PAGE_SIZE / sizeof(u64)) argument
620 #define fill32_px(px, v) do { \ argument
622 fill_px((px), v__ << 32 | v__); \
639 #define free_pt(vm, px) free_px(vm, px, 0) argument
[all …]
/linux/drivers/acpi/
H A Dprocessor_perflib.c278 int index = px->control & 0x00000007; in amd_fixup_frequency()
347 state.pointer = px; in acpi_processor_get_performance_states()
361 amd_fixup_frequency(px, i); in acpi_processor_get_performance_states()
366 (u32) px->core_frequency, in acpi_processor_get_performance_states()
367 (u32) px->power, in acpi_processor_get_performance_states()
368 (u32) px->transition_latency, in acpi_processor_get_performance_states()
369 (u32) px->bus_master_latency, in acpi_processor_get_performance_states()
370 (u32) px->control, (u32) px->status); in acpi_processor_get_performance_states()
375 if (!px->core_frequency || in acpi_processor_get_performance_states()
376 (u32)(px->core_frequency * 1000) != px->core_frequency * 1000) { in acpi_processor_get_performance_states()
[all …]
/linux/lib/raid6/
H A Drecov_neon_inner.c51 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local
53 px = veorq_u8(vld1q_u8(p), vld1q_u8(dp)); in __raid6_2data_recov_neon()
61 vy = vshrq_n_u8(px, 4); in __raid6_2data_recov_neon()
62 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon()
68 vst1q_u8(dp, veorq_u8(db, px)); in __raid6_2data_recov_neon()
H A Drecov.c23 u8 px, qx, db; in raid6_2data_recov_intx1() local
54 px = *p ^ *dp; in raid6_2data_recov_intx1()
56 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */ in raid6_2data_recov_intx1()
57 *dp++ = db ^ px; /* Reconstructed A */ in raid6_2data_recov_intx1()
/linux/Documentation/input/
H A Dinteractive.svg18 …<text x="2775" y="7725" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
19 …<text x="5400" y="5700" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
20 …<text x="5400" y="3600" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
21 …<text x="5400" y="3900" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
22 …<text x="5475" y="5100" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
23 …<text x="5400" y="4425" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
H A Dshape.svg33 …<text x="5953.125" y="5256.6001" fill="#000000" font-family="sans-serif" font-size="144px" stroke-…
34 …<text x="10078.125" y="2931.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke…
35 …<text x="9028.125" y="3381.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-…
36 …<text x="4153.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-wid…
37 …<text x="8053.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-wid…
38 …<text x="2803.125" y="3306.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-…
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst93 道未修改的地址,请看下面的%px
97 要用%p或%px
166 %px 01234567 or 0123456789abcdef
168 对于打印指针,当你 *真的* 想打印地址时。在用%px打印指针之前,请考虑你是否泄露了内核内
169 存布局的敏感消息。%px在功能上等同于%lx(或%lu)。%px是首选,因为它在grep查找时更唯一。
172 在使用%px之前,请考虑使用%p并在调试过程中启用' ' no_hash_pointer ' '内核参数是否足
173 够(参见上面的%p描述)。%px的一个有效场景可能是在panic发生之前立即打印消息,这样无论如何
174 都可以防止任何敏感消息被利用,使用%px就不需要用no_hash_pointer来重现panic。
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c139 u32 heads, x, y, px = 0; in nvkm_hwsq_wait_vblank() local
149 if ((x * y) > px) { in nvkm_hwsq_wait_vblank()
150 px = (x * y); in nvkm_hwsq_wait_vblank()
156 if (px == 0) { in nvkm_hwsq_wait_vblank()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c129 u32 heads, x, y, px = 0; in nvkm_memx_wait_vblank() local
140 if ((x * y) > px) { in nvkm_memx_wait_vblank()
141 px = (x * y); in nvkm_memx_wait_vblank()
148 if (px == 0) { in nvkm_memx_wait_vblank()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py4994 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\
5001 t4 {color:black;font:bold 30px Times;line-height:60px;white-space:nowrap;}\n\
5009 .time1 {font:22px Arial;border:1px solid;}\n\
5010 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
5011 .testfail {font:bold 22px Arial;color:red;border:1px dashed;}\n\
5034 ….phaselet {float:left;overflow:hidden;border:0px;text-align:center;min-height:100px;font-size:24px
5036 …ion:absolute;top:0%;height:100%;border-right:3px solid red;color:red;font:bold 14px Times;line-hei…
5038 …quare {position:absolute;cursor:pointer;top:10px; width:0px;height:20px;border:1px solid;padding-l…
5039 button {height:40px;width:200px;margin-bottom:20px;margin-top:20px;font-size:24px;}\n\
5040 …btnfmt {position:relative;float:right;height:25px;width:auto;margin-top:3px;margin-bottom:0;font-s…
[all …]
H A Dbootgraph.py647 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
648 .fstat th {width:55px;}\n\
649 .fstat td {text-align:left;width:35px;}\n\
650 …n:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowr…
651 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
/linux/Documentation/devicetree/bindings/display/
H A Damlogic,meson-g12a-dw-mipi-dsi.yaml38 - const: px
92 clock-names = "pclk", "bit", "px";
/linux/drivers/iommu/
H A Ds390-iommu.c275 unsigned int rtx, sx, px; in dma_walk_cpu_trans() local
287 px = calc_px(dma_addr); in dma_walk_cpu_trans()
288 return &pto[px]; in dma_walk_cpu_trans()
648 unsigned int rtx, sx, px; in s390_iommu_iova_to_phys() local
657 px = calc_px(iova); in s390_iommu_iova_to_phys()
666 pte = READ_ONCE(pto[px]); in s390_iommu_iova_to_phys()
/linux/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst408 version="1.1" baseProfile="full" width="70px" height="40px" viewBox="0 0 700 400">
409 <line x1="180" y1="370" x2="500" y2="50" stroke="black" stroke-width="15px"/>
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dtg.c243 int px, int py, int pw, int ph) in dcss_dtg_plane_pos_set() argument
248 p_ulc_x = dtg->dis_ulc_x + px; in dcss_dtg_plane_pos_set()
253 if (!px && !py && !pw && !ph) { in dcss_dtg_plane_pos_set()
H A Ddcss-dev.h152 int px, int py, int pw, int ph);
/linux/Documentation/core-api/
H A Dprintk-formats.rst90 %px below.
94 userspace process, use the %pK modifier described below instead of %p or %px.
176 %px 01234567 or 0123456789abcdef
180 kernel memory layout before printing pointers with %px. %px is functionally
181 equivalent to %lx (or %lu). %px is preferred because it is more uniquely
185 Before using %px, consider if using %p is sufficient together with enabling the
187 description above). One valid scenario for %px might be printing information
189 exploited anyway, and with %px there would be no need to reproduce the panic
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,adsp.yaml37 px-supply:
150 - px-supply
/linux/drivers/dma/
H A Dpl330.c531 struct pl330_xfer px; member
1375 struct pl330_xfer *x = &pxs->desc->px; in _setup_loops()
1396 struct pl330_xfer *x = &pxs->desc->px; in _setup_xfer()
2391 addr = desc->px.src_addr; in pl330_get_current_xferred_count()
2394 addr = desc->px.dst_addr; in pl330_get_current_xferred_count()
2630 static inline void fill_px(struct pl330_xfer *px, in fill_px() argument
2633 px->bytes = len; in fill_px()
2634 px->dst_addr = dst; in fill_px()
2635 px->src_addr = src; in fill_px()
2660 fill_px(&desc->px, dst, src, len); in __pl330_prep_dma_memcpy()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v7_9.c395 u32 tmp, px; in nbio_v7_9_get_compute_partition_mode() local
398 px = REG_GET_FIELD(tmp, BIF_BX_PF0_PARTITION_COMPUTE_STATUS, in nbio_v7_9_get_compute_partition_mode()
401 return px; in nbio_v7_9_get_compute_partition_mode()
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc280 wHeight height of decoded bitmap frame in px
281 wWidth width of decoded bitmam frame in px
339 wHeight height of decoded bitmap frame in px
340 wWidth width of decoded bitmam frame in px
/linux/scripts/
H A Dtags.sh273 --$CTAGS_EXTRA=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
/linux/arch/s390/kvm/
H A Dgaccess.c189 unsigned long px : 8; member
749 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8; in guest_translate()
1586 pte.val = pgt + vaddr.px * PAGE_SIZE; in kvm_s390_shadow_fault()
1598 pgt += vaddr.px * 8; in kvm_s390_shadow_fault()

12