/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gtt.h | 199 #define px_base(px) \ argument 200 __px_choose_expr(px, struct drm_i915_gem_object *, __x, \ 201 __px_choose_expr(px, struct i915_page_table *, __x->base, \ 202 __px_choose_expr(px, struct i915_page_directory *, __x->pt.base, \ 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, struc 216 px_used(px) global() argument 625 fill_px(px,v) global() argument 626 fill32_px(px,v) global() argument 645 free_pt(vm,px) global() argument 646 free_pd(vm,px) global() argument [all...] |
/linux/Documentation/sphinx-static/ |
H A D | custom.css | 16 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 soli [all...] |
H A D | theme_overrides.css | 49 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/vkms/ |
H A D | vkms_formats.c | 410 u8 *px = (u8 *)src_pixels; in ARGB8888_read_line() local 411 *out_pixel = argb_u16_from_u8888(px[3], px[2], px[1], px[0]); in ARGB8888_read_line() 429 u8 *px = (u8 *)src_pixels; in XRGB8888_read_line() local 430 *out_pixel = argb_u16_from_u8888(255, px[2], px[1], px[0]); in XRGB8888_read_line() 448 u8 *px in ABGR8888_read_line() local 468 u16 *px = (u16 *)src_pixels; ARGB16161616_read_line() local 487 __le16 *px = (__le16 *)src_pixels; XRGB16161616_read_line() local 506 __le16 *px = (__le16 *)src_pixels; RGB565_read_line() local [all...] |
/linux/drivers/acpi/ |
H A D | processor_perflib.c | 288 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) in amd_fixup_frequency() argument 291 int index = px->control & 0x00000007; in amd_fixup_frequency() 309 px->core_frequency = (100 * (fid + 0x10)) >> did; in amd_fixup_frequency() 311 px->core_frequency = (100 * (fid + 8)) >> did; in amd_fixup_frequency() 354 struct acpi_processor_px *px = &(pr->performance->states[i]); in acpi_processor_get_performance_states() local 357 state.pointer = px; in acpi_processor_get_performance_states() 371 amd_fixup_frequency(px, i); in acpi_processor_get_performance_states() 376 (u32) px->core_frequency, in acpi_processor_get_performance_states() 377 (u32) px->power, in acpi_processor_get_performance_states() 378 (u32) px->transition_latency, in acpi_processor_get_performance_states() [all …]
|
/linux/lib/raid6/ |
H A D | recov_neon_inner.c | 40 * uint8_t px, qx, db; in __raid6_2data_recov_neon() 42 * px = *p ^ *dp; in __raid6_2data_recov_neon() 44 * *dq++ = db = pbmul[px] ^ qx; in __raid6_2data_recov_neon() 45 * *dp++ = db ^ px; in __raid6_2data_recov_neon() 51 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 D | recov.c | 23 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()
|
H A D | recov_rvv.c | 31 * uint8_t px, qx, db; in __raid6_2data_recov_rvv() 33 * px = *p ^ *dp; in __raid6_2data_recov_rvv() 35 * *dq++ = db = pbmul[px] ^ qx; in __raid6_2data_recov_rvv() 36 * *dp++ = db ^ px; in __raid6_2data_recov_rvv() 42 * v0:px, v1:dp, in __raid6_2data_recov_rvv() 51 "vle8.v v0, (%[px])\n" in __raid6_2data_recov_rvv() 71 "vxor.vv v4, v14, v15\n" /* v4 = pbmul[px] */ in __raid6_2data_recov_rvv() 72 "vxor.vv v3, v4, v2\n" /* v3 = db = pbmul[px] ^ qx */ in __raid6_2data_recov_rvv() 73 "vxor.vv v1, v3, v0\n" /* v1 = db ^ px; */ in __raid6_2data_recov_rvv() 78 [px]" in __raid6_2data_recov_rvv() [all...] |
/linux/Documentation/input/ |
H A D | interactive.svg | 18 <text x="2775" y="7725" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".025in" text-anchor="middle" xml:space="preserve">Dead band</text> 19 <text x="5400" y="5700" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">right saturation</text> 20 <text x="5400" y="3600" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">left saturation</text> 21 <text x="5400" y="3900" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">left coeff ( positive in that case )</text> 22 <text x="5475" y="5100" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">right coeff ( negative in that case )</text> 23 <text x="5400" y="4425" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">center</text>
|
H A D | shape.svg | 33 <text x="5953.125" y="5256.6001" fill="#000000" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="middle" xml:space="preserve">Effect duration</text> 34 <text x="10078.125" y="2931.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-width=".025in" xml:space="preserve">Effect magnitude</text> 35 <text x="9028.125" y="3381.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-width=".025in" xml:space="preserve">Fade level</text> 36 <text x="4153.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="middle" xml:space="preserve">Attack length</text> 37 <text x="8053.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="middle" xml:space="preserve">Fade length</text> 38 <text x="2803.125" y="3306.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-width=".025in" text-anchor="end" xml:space="preserve">Attack level</text>
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | printk-formats.rst | 93 道未修改的地址,请看下面的%px。 97 要用%p或%px。 166 %px 01234567 or 0123456789abcdef
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | hwsq.c | 139 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 D | memx.c | 129 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 D | sleepgraph.py | 2762 html_tblock = '<div id="block{0}" class="tblock" style="left:{1}%;width:{2}%;"><div class="tback" style="height:{3}px"></div>\n' 2763 html_device = '<div id="{0}" title="{1}" class="thread{7}" style="left:{2}%;top:{3}px;height:{4}px;width:{5}%;{8}">{6}</div>\n' 2764 html_phase = '<div class="phase" style="left:{0}%;width:{1}%;top:{2}px;height:{3}px;background:{4}">{5}</div>\n' 2948 html_timeline = '<div id="dmesgzoombox" class="zoombox">\n<div id="{0}" class="timeline" style="height:{1}px">\n' 2971 rline = '<div class="t" style="left:0;border-left:1px solid black;border-right:0;">{0}</div>\n' 4314 .stamp {width: 100%;text-align:center;background:#888;line-height:30px;color:white;font: 25px Arial;}\n\ 4315 table {width:100%;border-collapse: collapse;border:1px soli [all...] |
H A D | bootgraph.py | 521 html_srccall = '<div id={6} title="{5}" class="srccall" style="left:{1}%;top:{2}px;height:{3}px;width:{4}%;line-height:{3}px;">{0}</div>\n' 647 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 .srccall {position:absolute;font-size:10px; [all...] |
/linux/Documentation/translations/zh_CN/doc-guide/ |
H A D | sphinx.rst | 408 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/arch/arm64/kvm/ |
H A D | at.c | 853 /* We don't use px for anything yet, but hey... */ in compute_s1_direct_permissions() 854 wr->px = !((wr->desc & PTE_PXN) || wr->uw); in compute_s1_direct_permissions() 867 wr->px = !(wr->desc & PTE_UXN); in compute_s1_direct_permissions() 905 wr->px &= !wr->PXNTable; in compute_s1_hierarchical_permissions() 912 wr->px &= !wr->UXNTable; in compute_s1_hierarchical_permissions() 922 (wr)->px = (x); \ 1036 if (wr->px && wr->uw) { in compute_s1_indirect_permissions() 1072 wr->px &= pov_perms & POE_X; in compute_s1_overlay_permissions() 1119 wr->px &= !(wr->pwxn && wr->pw); in compute_s1_permissions() 1462 wr->pr = wr->pw = wr->px in __kvm_translate_va() [all...] |
/linux/Documentation/core-api/ |
H A D | printk-formats.rst | 90 %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/translations/zh_CN/security/ |
H A D | self-protection.rst | 237 何打印符号打印原始地址时,目前%px,%p[ad](和在某些情况下的%p[sSb])
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-uvc | 280 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 403 wHeight height of decoded bitmap frame in px 404 wWidth width of decoded bitmam frame in px
|
/linux/drivers/iommu/ |
H A D | s390-iommu.c | 455 unsigned int rtx, sx, px; in dma_walk_cpu_trans() local 471 px = calc_px(dma_addr); in dma_walk_cpu_trans() 472 return &pto[px]; in dma_walk_cpu_trans() 976 unsigned int rtx, sx, px; in s390_iommu_iova_to_phys() local 989 px = calc_px(iova); in s390_iommu_iova_to_phys() 997 pte = READ_ONCE(pto[px]); in s390_iommu_iova_to_phys()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-oneplus3t.dts | 45 px-supply = <&vreg_lvs2a>;
|
H A D | msm8996-oneplus3.dts | 44 px-supply = <&vreg_lvs2a>;
|
/linux/drivers/dma/ |
H A D | pl330.c | 531 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, ds in __pl330_prep_dma_memcpy() [all...] |
/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-dev.h | 152 int px, int py, int pw, int ph);
|