Searched refs:px (Results 1 - 23 of 23) sorted by relevance

/linux-master/lib/raid6/
H A Drecov_neon_inner.c40 * uint8_t px, qx, db;
42 * px = *p ^ *dp;
44 * *dq++ = db = pbmul[px] ^ qx;
45 * *dp++ = db ^ px;
51 uint8x16_t vx, vy, px, qx, db; local
53 px = veorq_u8(vld1q_u8(p), vld1q_u8(dp));
61 vy = vshrq_n_u8(px, 4);
62 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f));
68 vst1q_u8(dp, veorq_u8(db, px));
H A Drecov.c23 u8 px, qx, db; local
54 px = *p ^ *dp;
56 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */
57 *dp++ = db ^ px; /* Reconstructed A */
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h199 #define px_base(px) \
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)))
210 #define px_vaddr(px) (__px_vaddr(px_base(px)))
212 #define px_pt(px) \
213 __px_choose_expr(px, struc
[all...]
/linux-master/drivers/acpi/
H A Dprocessor_perflib.c275 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) argument
278 int index = px->control & 0x00000007;
296 px->core_frequency = (100 * (fid + 0x10)) >> did;
298 px->core_frequency = (100 * (fid + 8)) >> did;
302 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) {}; argument
344 struct acpi_processor_px *px = &(pr->performance->states[i]); local
347 state.pointer = px;
361 amd_fixup_frequency(px, i);
366 (u32) px->core_frequency,
367 (u32) px
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c139 u32 heads, x, y, px = 0; local
149 if ((x * y) > px) {
150 px = (x * y);
156 if (px == 0) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c129 u32 heads, x, y, px = 0; local
140 if ((x * y) > px) {
141 px = (x * y);
148 if (px == 0) {
/linux-master/drivers/iommu/
H A Ds390-iommu.c275 unsigned int rtx, sx, px; local
287 px = calc_px(dma_addr);
288 return &pto[px];
648 unsigned int rtx, sx, px; local
657 px = calc_px(iova);
666 pte = READ_ONCE(pto[px]);
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py521 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...]
H A Dsleepgraph.py2739 html_tblock = '<div id="block{0}" class="tblock" style="left:{1}%;width:{2}%;"><div class="tback" style="height:{3}px"></div>\n'
2740 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'
2741 html_phase = '<div class="phase" style="left:{0}%;width:{1}%;top:{2}px;height:{3}px;background:{4}">{5}</div>\n'
2924 html_timeline = '<div id="dmesgzoombox" class="zoombox">\n<div id="{0}" class="timeline" style="height:{1}px">\n'
2947 rline = '<div class="t" style="left:0;border-left:1px solid black;border-right:0;">{0}</div>\n'
4289 .stamp {width: 100%;text-align:center;background:#888;line-height:30px;color:white;font: 25px Arial;}\n\
4290 table {width:100%;border-collapse: collapse;border:1px soli
[all...]
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dtg.c243 int px, int py, int pw, int ph)
248 p_ulc_x = dtg->dis_ulc_x + px;
253 if (!px && !py && !pw && !ph) {
242 dcss_dtg_plane_pos_set(struct dcss_dtg *dtg, int ch_num, int px, int py, int pw, int ph) argument
H A Ddcss-dev.h152 int px, int py, int pw, int ph);
/linux-master/drivers/dma/
H A Dpl330.c531 struct pl330_xfer px; member in struct:dma_pl330_desc
1375 struct pl330_xfer *x = &pxs->desc->px;
1396 struct pl330_xfer *x = &pxs->desc->px;
2391 addr = desc->px.src_addr;
2394 addr = desc->px.dst_addr;
2630 static inline void fill_px(struct pl330_xfer *px, argument
2633 px->bytes = len;
2634 px->dst_addr = dst;
2635 px->src_addr = src;
2660 fill_px(&desc->px, ds
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v7_9.c395 u32 tmp, px; local
398 px = REG_GET_FIELD(tmp, BIF_BX_PF0_PARTITION_COMPUTE_STATUS,
401 return px;
H A Damdgpu_device.c3897 bool px = false; local
4312 px = amdgpu_device_supports_px(ddev);
4314 if (px || (!dev_is_removable(&adev->pdev->dev) &&
4317 &amdgpu_switcheroo_ops, px);
4319 if (px)
4441 bool px; local
4464 px = amdgpu_device_supports_px(adev_to_drm(adev));
4466 if (px || (!dev_is_removable(&adev->pdev->dev) &&
4470 if (px)
/linux-master/scripts/
H A Dtags.sh273 --$CTAGS_EXTRA=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
H A Dkernel-doc1636 my ($px, $sx);
1641 foreach $px (0 .. $#prms) {
1642 $prm_clean = $prms[$px];
/linux-master/include/acpi/
H A Dprocessor.h199 int px; /* performance state */ member in struct:acpi_processor_lx
/linux-master/arch/s390/kvm/
H A Dgaccess.c189 unsigned long px : 8; member in struct:vaddress::__anon69
749 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8;
1586 pte.val = pgt + vaddr.px * PAGE_SIZE;
1598 pgt += vaddr.px * 8;
H A Dkvm-s390.c5110 unsigned int px; local
5114 px = kvm_s390_get_prefix(vcpu);
5122 gpa = px;
5140 &px, 4);
/linux-master/crypto/
H A Decc.c1345 u64 px[ECC_MAX_DIGITS]; local
1352 vli_set(px, p->x, ndigits);
1354 xycz_add(px, py, result->x, result->y, curve);
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c1241 kdb_printf("\nEntering kdb (current=0x%px, pid %d) ",
1257 kdb_printf("\nEntering kdb (0x%px, pid %d) ",
2312 kdb_printf("0x%px %8d %8d %d %4d %c 0x%px %c%s\n",
2325 "process table (0x%px)\n", KDB_TSK(cpu));
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c44 int32_t *px, int32_t *py, u_int16_t np);
4262 * from the np ordered pairs of data (px,py).
4264 * If the specified x value is less than any of the px,
4265 * the returned y value is equal to the py for the lowest px.
4266 * If the specified x value is greater than any of the px,
4267 * the returned y value is equal to the py for the highest px.
4270 int32_t *px, int32_t *py, u_int16_t np)
4283 dx = x - px[ip];
4289 hx = px[ip];
4298 lx = px[i
4269 ar9003_hw_power_interpolate(int32_t x, int32_t *px, int32_t *py, u_int16_t np) argument
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2094 def PixelToXRounded(self, px):
2095 return round((round(px, 0) / self.scale.x), self.dp.x) + self.subrange.x.lo
2100 def PixelToX(self, px):
2101 x = self.PixelToXRounded(px)
2104 if rt > px:
4327 text-indent: 40px;
4330 text-indent: 80px;

Completed in 248 milliseconds