/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_gtt.h | 169 #define px_base(px) \ argument 170 __px_choose_expr(px, struct drm_i915_gem_object *, __x, \ 171 __px_choose_expr(px, struct i915_page_table *, __x->base, \ 172 __px_choose_expr(px, struct i915_page_directory *, __x->pt.base, \ 177 #define px_dma(px) (__px_dma(px_base(px))) argument 179 #define px_pt(px) \ argument 180 __px_choose_expr(px, struct i915_page_table *, __x, \ 181 __px_choose_expr(px, struct i915_page_directory *, &__x->pt, \ 183 #define px_used(px) (&px_pt(px)->used) argument 505 #define kmap_atomic_px(px) kmap_atomic(__px_page(px_base(px))) argument [all …]
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | processor_perflib.c | 281 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) in amd_fixup_frequency() argument 284 int index = px->control & 0x00000007; in amd_fixup_frequency() 302 px->core_frequency = (100 * (fid + 0x10)) >> did; in amd_fixup_frequency() 304 px->core_frequency = (100 * (fid + 8)) >> did; in amd_fixup_frequency() 308 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) {}; in amd_fixup_frequency() argument 351 struct acpi_processor_px *px = &(pr->performance->states[i]); in acpi_processor_get_performance_states() local 354 state.pointer = px; in acpi_processor_get_performance_states() 367 amd_fixup_frequency(px, i); in acpi_processor_get_performance_states() 372 (u32) px->core_frequency, in acpi_processor_get_performance_states() 373 (u32) px->power, in acpi_processor_get_performance_states() [all …]
|
/kernel/linux/linux-5.10/lib/raid6/ |
D | recov_neon_inner.c | 50 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local 52 px = veorq_u8(vld1q_u8(p), vld1q_u8(dp)); in __raid6_2data_recov_neon() 60 vy = vshrq_n_u8(px, 4); in __raid6_2data_recov_neon() 61 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon() 67 vst1q_u8(dp, veorq_u8(db, px)); in __raid6_2data_recov_neon()
|
D | recov.c | 24 u8 px, qx, db; in raid6_2data_recov_intx1() local 55 px = *p ^ *dp; in raid6_2data_recov_intx1() 57 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */ in raid6_2data_recov_intx1() 58 *dp++ = db ^ px; /* Reconstructed A */ in raid6_2data_recov_intx1()
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | interactive.svg | 18 …<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="…
|
D | shape.svg | 33 …<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-…
|
/kernel/linux/linux-5.10/Documentation/sphinx-static/ |
D | theme_overrides.css | 58 padding-top: 1px; 59 padding-bottom: 1px; 62 padding-top: 1px; 63 padding-bottom: 1px; 70 * RTD theme's default is 800px as max width for the content, but we have 121 margin-bottom: 12px;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
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()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | s390-iommu.c | 280 unsigned int rtx, sx, px; in s390_iommu_iova_to_phys() local 289 px = calc_px(iova); in s390_iommu_iova_to_phys() 297 if (pto && pt_entry_isvalid(pto[px])) in s390_iommu_iova_to_phys() 298 phys = pto[px] & ZPCI_PTE_ADDR_MASK; in s390_iommu_iova_to_phys()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 4033 table {width:100%;border-collapse: collapse;border:1px solid;}\n\ 4034 th {border: 1px solid black;background:#222;color:white;}\n\ 4035 td {font: 14px "Times New Roman";'+tdcenter+'}\n\ 4036 tr.head td {border: 1px solid black;background:#aaa;}\n\ 4738 ….stamp {width:100%;text-align:center;background:gray;line-height:30px;color:white;font:25px Arial;… 4739 .stamp.sysinfo {font:10px Arial;}\n\ 4740 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\ 4741 .callgraph article * {padding-left:28px;}\n\ 4742 h1 {color:black;font:bold 30px Times;}\n\ 4743 t0 {color:black;font:bold 30px Times;}\n\ [all …]
|
D | bootgraph.py | 645 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\ 646 .fstat th {width:55px;}\n\ 647 .fstat td {text-align:left;width:35px;}\n\ 648 …n:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowr… 649 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-cap.c | 635 int px; in vivid_overlay() local 645 for (px = 0; px < w; px++) { in vivid_overlay() 647 px + out_x, y, px + x)) in vivid_overlay() 649 memcpy(vbase + (px + x) * pixsize, in vivid_overlay() 650 vbuf + (px + out_x) * pixsize, in vivid_overlay()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
D | dcss-dtg.c | 259 int px, int py, int pw, int ph) in dcss_dtg_plane_pos_set() argument 264 p_ulc_x = dtg->dis_ulc_x + px; in dcss_dtg_plane_pos_set() 269 if (!px && !py && !pw && !ph) { in dcss_dtg_plane_pos_set()
|
D | dcss-dev.h | 153 int px, int py, int pw, int ph);
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,adsp.txt | 84 - px-supply: 87 Definition: reference to the px regulator to be held on behalf of the 207 px-supply = <&pm8994_lvs2>;
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 232 wHeight height of decoded bitmap frame in px 233 wWidth width of decoded bitmam frame in px 291 wHeight height of decoded bitmap frame in px 292 wWidth width of decoded bitmam frame in px
|
/kernel/linux/linux-5.10/drivers/dma/ |
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() 2393 addr = desc->px.src_addr; in pl330_get_current_xferred_count() 2396 addr = desc->px.dst_addr; in pl330_get_current_xferred_count() 2631 static inline void fill_px(struct pl330_xfer *px, in fill_px() argument 2634 px->bytes = len; in fill_px() 2635 px->dst_addr = dst; in fill_px() 2636 px->src_addr = src; in fill_px() 2661 fill_px(&desc->px, dst, src, len); in __pl330_prep_dma_memcpy() [all …]
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
D | pci_dma.c | 102 unsigned int rtx, sx, px; in dma_walk_cpu_trans() local 114 px = calc_px(dma_addr); in dma_walk_cpu_trans() 115 return &pto[px]; in dma_walk_cpu_trans()
|
/kernel/linux/linux-5.10/tools/lib/lockdep/ |
D | Makefile | 131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | printk-formats.rst | 82 gathers enough entropy. If you *really* want the address see %px below. 147 %px 01234567 or 0123456789abcdef 151 kernel memory layout before printing pointers with %px. %px is functionally 152 equivalent to %lx (or %lu). %px is preferred because it is more uniquely
|
/kernel/linux/linux-5.10/scripts/ |
D | tags.sh | 274 --extra=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
D | Makefile | 172 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
/kernel/linux/linux-5.10/include/linux/ |
D | console.h | 79 int *px, int *py);
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
D | gaccess.c | 188 unsigned long px : 8; member 747 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8; in guest_translate() 1199 pte.val = pgt + vaddr.px * PAGE_SIZE; in kvm_s390_shadow_fault() 1211 pgt += vaddr.px * 8; in kvm_s390_shadow_fault()
|