Searched refs:pc2 (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/mips/boot/dts/ralink/
H A DMakefile11 mt7621-gnubee-gb-pc2.dtb \
/linux-master/scripts/dtc/include-prefixes/mips/ralink/
H A DMakefile11 mt7621-gnubee-gb-pc2.dtb \
/linux-master/mm/kmsan/
H A Dreport.c88 void *pc1 = NULL, *pc2 = NULL; local
104 pc2 = (void *)entries[3];
109 if (pc2)
110 pr_err(" %pSb\n", pc2);
/linux-master/tools/include/linux/
H A Drbtree_augmented.h279 unsigned long pc2 = successor->__rb_parent_color; local
281 rebalance = __rb_is_black(pc2) ? parent : NULL;
/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile30 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-pc2.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/allwinner/
H A DMakefile30 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-pc2.dtb
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c86 bool pc2; member in struct:lt_state
123 OUTP_TRACE(outp, "status %6ph pc2 %02x", lt->stat, lt->pc2stat);
257 nvkm_dp_train_drive(lt, lt->pc2)) ||
258 nvkm_dp_train_sense(lt, lt->pc2, usec ? usec : 400))
318 .pc2 = outp->dp.dpcd[DPCD_RC02] & DPCD_RC02_TPS3_SUPPORTED,
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c102 { 0x0, "Pkg%pc2", "", 0, 0, 0, NULL, 0 },
1189 unsigned long long pc2; member in struct:pkg_data
1879 outp += sprintf(outp, "%sPkg%%pc2", (printed++ ? delim : ""));
2003 outp += sprintf(outp, "pc2: %016llX\n", p->pc2);
2306 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc2 / tsc);
2457 old->pc2 = new->pc2 - old->pc2;
2689 p->pc2
[all...]
/linux-master/lib/crypto/
H A Ddes.c100 static const u32 pc2[1024] = { variable
627 const u32 *pt = pc2;
718 const u32 *pt = pc2;

Completed in 157 milliseconds