Home
last modified time | relevance | path

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

/arch/powerpc/kernel/vdso/
A Dvgettimeofday.c10 const struct vdso_time_data *vd) in __c_kernel_clock_gettime() argument
12 return __cvdso_clock_gettime_data(vd, clock, ts); in __c_kernel_clock_gettime()
16 const struct vdso_time_data *vd) in __c_kernel_clock_getres() argument
18 return __cvdso_clock_getres_data(vd, clock_id, res); in __c_kernel_clock_getres()
22 const struct vdso_time_data *vd) in __c_kernel_clock_gettime() argument
28 const struct vdso_time_data *vd) in __c_kernel_clock_gettime64() argument
30 return __cvdso_clock_gettime_data(vd, clock, ts); in __c_kernel_clock_gettime64()
34 const struct vdso_time_data *vd) in __c_kernel_clock_getres() argument
41 const struct vdso_time_data *vd) in __c_kernel_gettimeofday() argument
43 return __cvdso_gettimeofday_data(vd, tv, tz); in __c_kernel_gettimeofday()
[all …]
/arch/powerpc/kernel/
A Dvecemu.c266 unsigned int va, vb, vc, vd; in emulate_altivec() local
275 vd = (word >> 21) & 0x1f; in emulate_altivec()
285 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()
291 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec()
294 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec()
298 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec()
302 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec()
306 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec()
310 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec()
316 vrs[vd].u[i] = x; in emulate_altivec()
[all …]
/arch/powerpc/include/asm/vdso/
A Dgettimeofday.h97 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
128 const struct vdso_time_data *vd);
130 const struct vdso_time_data *vd);
133 const struct vdso_time_data *vd);
135 const struct vdso_time_data *vd);
137 const struct vdso_time_data *vd);
140 const struct vdso_time_data *vd);
142 const struct vdso_time_data *vd);
/arch/powerpc/platforms/pseries/
A Dmobility.c130 if (vd & 0x80000000) { in update_dt_property()
131 vd = ~vd + 1; in update_dt_property()
146 new_prop->length += vd; in update_dt_property()
158 new_prop->length = vd; in update_dt_property()
166 memcpy(new_prop->value, value, vd); in update_dt_property()
188 u32 vd; in update_dt_node() local
218 prop_data += vd + sizeof(vd); in update_dt_node()
228 prop_data += sizeof(vd); in update_dt_node()
230 switch (vd) { in update_dt_node()
243 vd, prop_data); in update_dt_node()
[all …]
/arch/arm/vfp/
A Dvfpdouble.c63 vd->exponent -= bits - 1; in vfp_double_normalise_denormal()
64 vd->significand <<= bits; in vfp_double_normalise_denormal()
81 if (vd->exponent == 2047 && (vd->significand == 0 || exceptions)) in vfp_double_normaliseround()
88 vd->exponent = 0; in vfp_double_normaliseround()
92 exponent = vd->exponent; in vfp_double_normaliseround()
104 vd->exponent = exponent; in vfp_double_normaliseround()
117 vd->exponent = exponent; in vfp_double_normaliseround()
150 vd->exponent = exponent; in vfp_double_normaliseround()
174 vd->exponent = 2045; in vfp_double_normaliseround()
178 vd->significand = 0; in vfp_double_normaliseround()
[all …]
A Dvfp.h343 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char …
/arch/arm/mach-omap2/
A Dvc.c251 struct voltagedomain *vd; member
261 struct voltagedomain *vd = vc.vd; in omap3_vc_set_pmic_signaling() local
294 vd->write(c->voltsetup1, in omap3_vc_set_pmic_signaling()
299 vd->write(c->voltsetup2, in omap3_vc_set_pmic_signaling()
307 struct voltagedomain *vd = vc.vd; in omap4_vc_set_pmic_signaling() local
310 if (!vd) in omap4_vc_set_pmic_signaling()
322 vd->write(val, OMAP4_PRM_VOLTCTRL_OFFSET); in omap4_vc_set_pmic_signaling()
334 if (vc.vd) in omap3_vc_init_pmic_signaling()
337 vc.vd = voltdm; in omap3_vc_init_pmic_signaling()
589 if (vc.vd) in omap4_vc_init_pmic_signaling()
[all …]
/arch/s390/include/asm/vdso/
A Dgettimeofday.h17 static inline u64 __arch_get_hw_counter(s32 clock_mode, const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
19 return get_tod_clock() - vd->arch_data.tod_delta; in __arch_get_hw_counter()
/arch/arm/boot/dts/nvidia/
A Dtegra114-tn7.dts89 regulator-name = "vd-cpu";
97 regulator-name = "vd-soc";
113 regulator-name = "vd-ddr";
137 regulator-name = "vd-smps10-out1";
145 regulator-name = "vd-smps10-out2";
169 regulator-name = "vd-fuse";
177 regulator-name = "vd-ts-hv";
/arch/mips/include/asm/vdso/
A Dgettimeofday.h187 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
195 return read_gic_count(vd); in __arch_get_hw_counter()
/arch/riscv/include/asm/vdso/
A Dgettimeofday.h72 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
/arch/loongarch/include/asm/vdso/
A Dgettimeofday.h75 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
/arch/arm64/include/asm/vdso/
A Dgettimeofday.h71 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
A Dcompat_gettimeofday.h107 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
/arch/arm64/boot/dts/mediatek/
A Dmt7986a-bananapi-bpi-r3.dts32 dcin: regulator-12vd {
34 regulator-name = "12vd";
106 regulator-name = "1.8vd";
116 regulator-name = "3.3vd";
A Dmt7986a-bananapi-bpi-r3-mini.dts35 regulator-name = "12vd";
56 regulator-name = "1.8vd";
66 regulator-name = "3.3vd";
/arch/arm/include/asm/vdso/
A Dgettimeofday.h115 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
/arch/arm/boot/dts/intel/pxa/
A Dpxa300-raumfeld-tuneable-clock.dtsi52 vd-supply = <&reg_3v3>;
/arch/arm64/crypto/
A Dsm4-ce-ccm-core.S21 .macro sm4e, vd, vn
22 .inst 0xcec08400 | (.L\vn << 5) | .L\vd
A Dsm4-ce-core.S22 .macro sm4e, vd, vn
23 .inst 0xcec08400 | (.L\vn << 5) | .L\vd
26 .macro sm4ekey, vd, vn, vm
27 .inst 0xce60c800 | (.L\vm << 16) | (.L\vn << 5) | .L\vd
A Dsm4-ce-gcm-core.S22 .macro sm4e, vd, vn
23 .inst 0xcec08400 | (.L\vn << 5) | .L\vd
/arch/x86/include/asm/vdso/
A Dgettimeofday.h239 const struct vdso_time_data *vd) in __arch_get_hw_counter() argument
/arch/loongarch/include/asm/
A Dasmmacro.h291 .macro lsx_save_upper vd base tmp off
292 vpickve2gr.d \tmp, \vd, 1
333 .macro lsx_restore_upper vd base tmp off
335 vinsgr2vr.d \vd, \tmp, 1
375 .macro lsx_init_upper vd tmp
376 vinsgr2vr.d \vd, \tmp, 1
/arch/mips/include/uapi/asm/
A Dinst.h773 __BITFIELD_FIELD(unsigned int vd : 5,
/arch/s390/tools/
A Dopcodes.txt1035 e7b2 vd VRR_VVV0UU

Completed in 59 milliseconds