Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/acpi/
Dprocessor_perflib.c259 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) in amd_fixup_frequency() argument
262 int index = px->control & 0x00000007; in amd_fixup_frequency()
280 px->core_frequency = (100 * (fid + 0x10)) >> did; in amd_fixup_frequency()
282 px->core_frequency = (100 * (fid + 8)) >> did; in amd_fixup_frequency()
286 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) {}; in amd_fixup_frequency() argument
329 struct acpi_processor_px *px = &(pr->performance->states[i]); in acpi_processor_get_performance_states() local
332 state.pointer = px; in acpi_processor_get_performance_states()
345 amd_fixup_frequency(px, i); in acpi_processor_get_performance_states()
350 (u32) px->core_frequency, in acpi_processor_get_performance_states()
351 (u32) px->power, in acpi_processor_get_performance_states()
[all …]
/Linux-v5.4/lib/raid6/
Drecov_neon_inner.c50 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()
Drecov.c24 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()
/Linux-v5.4/Documentation/input/
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="…
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-v5.4/drivers/gpu/drm/i915/
Di915_gem_gtt.h254 #define px_base(px) \ argument
255 __px_choose_expr(px, struct i915_page_dma *, __x, \
256 __px_choose_expr(px, struct i915_page_scratch *, &__x->base, \
257 __px_choose_expr(px, struct i915_page_table *, &__x->base, \
258 __px_choose_expr(px, struct i915_page_directory *, &__x->pt.base, \
260 #define px_dma(px) (px_base(px)->daddr) argument
262 #define px_pt(px) \ argument
263 __px_choose_expr(px, struct i915_page_table *, __x, \
264 __px_choose_expr(px, struct i915_page_directory *, &__x->pt, \
266 #define px_used(px) (&px_pt(px)->used) argument
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
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-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
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-v5.4/drivers/iommu/
Ds390-iommu.c290 unsigned int rtx, sx, px; in s390_iommu_iova_to_phys() local
299 px = calc_px(iova); in s390_iommu_iova_to_phys()
307 if (pto && pt_entry_isvalid(pto[px])) in s390_iommu_iova_to_phys()
308 phys = pto[px] & ZPCI_PTE_ADDR_MASK; in s390_iommu_iova_to_phys()
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py3909 table {width:100%;border-collapse: collapse;border:1px solid;}\n\
3910 th {border: 1px solid black;background:#222;color:white;}\n\
3911 td {font: 14px "Times New Roman";'+tdcenter+'}\n\
3912 tr.head td {border: 1px solid black;background:#aaa;}\n\
4598 ….stamp {width:100%;text-align:center;background:gray;line-height:30px;color:white;font:25px Arial;…
4599 .stamp.sysinfo {font:10px Arial;}\n\
4600 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\
4601 .callgraph article * {padding-left:28px;}\n\
4602 h1 {color:black;font:bold 30px Times;}\n\
4603 t0 {color:black;font:bold 30px Times;}\n\
[all …]
Dbootgraph.py645 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'
/Linux-v5.4/drivers/video/console/
Dsticon.c256 int *px, int *py) in sticon_getxy() argument
286 if (px) *px = x; in sticon_getxy()
/Linux-v5.4/Documentation/devicetree/bindings/remoteproc/
Dqcom,adsp.txt64 - px-supply:
67 Definition: reference to the px regulator to be held on behalf of the
151 px-supply = <&pm8994_lvs2>;
/Linux-v5.4/Documentation/sphinx-static/
Dtheme_overrides.css60 * RTD theme's default is 800px as max width for the content, but we have
111 margin-bottom: 12px;
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-kthread-cap.c634 int px; in vivid_overlay() local
644 for (px = 0; px < w; px++) { in vivid_overlay()
646 px + out_x, y, px + x)) in vivid_overlay()
648 memcpy(vbase + (px + x) * pixsize, in vivid_overlay()
649 vbuf + (px + out_x) * pixsize, in vivid_overlay()
/Linux-v5.4/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc208 wHeight - height of decoded bitmap frame in px
209 wWidth - width of decoded bitmam frame in px
263 wHeight - height of decoded bitmap frame in px
264 wWidth - width of decoded bitmam frame in px
/Linux-v5.4/drivers/dma/
Dpl330.c523 struct pl330_xfer px; member
1361 struct pl330_xfer *x = &pxs->desc->px; in _setup_loops()
1382 struct pl330_xfer *x = &pxs->desc->px; in _setup_xfer()
2376 addr = desc->px.src_addr; in pl330_get_current_xferred_count()
2379 addr = desc->px.dst_addr; in pl330_get_current_xferred_count()
2611 static inline void fill_px(struct pl330_xfer *px, in fill_px() argument
2614 px->bytes = len; in fill_px()
2615 px->dst_addr = dst; in fill_px()
2616 px->src_addr = src; in fill_px()
2641 fill_px(&desc->px, dst, src, len); in __pl330_prep_dma_memcpy()
[all …]
/Linux-v5.4/arch/s390/pci/
Dpci_dma.c102 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()
/Linux-v5.4/tools/lib/lockdep/
DMakefile131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/Linux-v5.4/Documentation/core-api/
Dprintk-formats.rst80 gathers enough entropy. If you *really* want the address see %px below.
129 %px 01234567 or 0123456789abcdef
133 kernel memory layout before printing pointers with %px. %px is functionally
134 equivalent to %lx (or %lu). %px is preferred because it is more uniquely
/Linux-v5.4/scripts/
Dtags.sh268 --extra=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
Dkernel-doc1503 my ($px, $sx);
1508 foreach $px (0 .. $#prms) {
1509 $prm_clean = $prms[$px];
/Linux-v5.4/include/linux/
Dconsole.h82 int *px, int *py);
/Linux-v5.4/tools/lib/traceevent/plugins/
DMakefile169 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/Linux-v5.4/arch/s390/kvm/
Dgaccess.c188 unsigned long px : 8; member
747 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8; in guest_translate()
1188 pte.val = pgt + vaddr.px * PAGE_SIZE; in kvm_s390_shadow_fault()
1192 rc = gmap_read_table(sg->parent, pgt + vaddr.px * 8, &pte.val); in kvm_s390_shadow_fault()

12