Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/arch/x86/math-emu/
Dpoly_sin.c204 long int exponent, exp2, echange; in poly_cos() local
293 exp2 = -1; in poly_cos()
300 exp2 -= 16; in poly_cos()
336 shr_Xsig(&accumulator, exp2 - exponent); in poly_cos()
357 exp2 += norm_Xsig(&accumulator); in poly_cos()
359 exp2++; in poly_cos()
360 shr_Xsig(&fix_up, 65 + exp2); in poly_cos()
366 setexponentpos(&result, exp2 + echange); in poly_cos()
/linux-6.12.1/arch/arm64/boot/dts/ti/
Dk3-am642-sk.dts177 gpios = <&exp2 0 GPIO_ACTIVE_HIGH>;
185 gpios = <&exp2 1 GPIO_ACTIVE_HIGH>;
193 gpios = <&exp2 2 GPIO_ACTIVE_HIGH>;
201 gpios = <&exp2 3 GPIO_ACTIVE_HIGH>;
209 gpios = <&exp2 4 GPIO_ACTIVE_HIGH>;
217 gpios = <&exp2 5 GPIO_ACTIVE_HIGH>;
225 gpios = <&exp2 6 GPIO_ACTIVE_HIGH>;
234 gpios = <&exp2 7 GPIO_ACTIVE_HIGH>;
426 exp2: gpio@60 { label
Dk3-j7200-evm-quad-port-eth-exp.dtso66 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
85 &exp2 {
Dk3-j721e-evm-quad-port-eth-exp.dtso68 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
87 &exp2 {
Dk3-j784s4-evm-quad-port-eth-exp1.dtso78 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
98 &exp2 {
Dk3-j7200-common-proc-board.dts74 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>;
115 standby-gpios = <&exp2 7 GPIO_ACTIVE_LOW>;
116 enable-gpios = <&exp2 6 GPIO_ACTIVE_HIGH>;
346 exp2: gpio@22 { label
Dk3-j721s2-common-proc-board.dts78 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>;
119 standby-gpios = <&exp2 7 GPIO_ACTIVE_LOW>;
120 enable-gpios = <&exp2 6 GPIO_ACTIVE_HIGH>;
350 exp2: gpio@22 { label
Dk3-j721e-common-proc-board.dts95 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>;
152 standby-gpios = <&exp2 7 GPIO_ACTIVE_LOW>;
153 enable-gpios = <&exp2 6 GPIO_ACTIVE_HIGH>;
648 exp2: gpio@22 { label
944 reset-gpios = <&exp2 20 GPIO_ACTIVE_HIGH>;
DMakefile127 dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm-usxgmii-exp1-exp2.dtbo
203 k3-j784s4-evm-usxgmii-exp1-exp2-dtbs := k3-j784s4-evm.dtb \
204 k3-j784s4-evm-usxgmii-exp1-exp2.dtbo
230 k3-j784s4-evm-usxgmii-exp1-exp2.dtb
Dk3-am62-lp-sk.dts123 exp2: gpio@23 { label
Dk3-j784s4-evm.dts238 gpio = <&exp2 2 GPIO_ACTIVE_HIGH>;
307 standby-gpios = <&exp2 7 GPIO_ACTIVE_HIGH>;
314 mux-gpios = <&exp2 14 GPIO_ACTIVE_HIGH>;
930 exp2: gpio@22 { label
Dk3-am68-sk-base-board.dts147 powerdown-gpios = <&exp2 0 GPIO_ACTIVE_LOW>;
582 exp2: gpio@20 { label
Dk3-am69-sk.dts329 mux-gpios = <&exp2 1 GPIO_ACTIVE_HIGH>;
893 exp2: gpio@21 { label
Dk3-am62p5-sk.dts418 exp2: gpio@23 { label
Dk3-am62a7-sk.dts541 exp2: gpio@23 { label
/linux-6.12.1/lib/
Dtest_bitmap.c44 static const unsigned long exp2[] __initconst = { variable
356 #define EXP2_IN_BITS (sizeof(exp2) * 8)
367 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
371 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
375 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
379 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
452 {0, "0-31:1/4,32-63:2/4,64-95:3/4,96-127:4/4", exp2, 128, 0},
Dstring_helpers_kunit.c506 char exp2[string_get_size_maxbuf]; in __test_string_get_size_one() local
514 __strchrcut(exp2, exp_result2, cut); in __test_string_get_size_one()
520 test_string_get_size_check(test, prefix2, exp2, buf2, size, blk_size); in __test_string_get_size_one()
/linux-6.12.1/fs/nfsd/
Dvfs.c125 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local
145 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt()
146 if (IS_ERR(exp2)) { in nfsd_cross_mnt()
147 err = PTR_ERR(exp2); in nfsd_cross_mnt()
161 (exp->ex_flags & NFSEXP_CROSSMOUNT) || EX_NOHIDE(exp2)) { in nfsd_cross_mnt()
171 *expp = exp2; in nfsd_cross_mnt()
172 exp2 = exp; in nfsd_cross_mnt()
175 exp_put(exp2); in nfsd_cross_mnt()
193 struct svc_export *exp2; in nfsd_lookup_parent() local
199 exp2 = rqst_exp_parent(rqstp, &path); in nfsd_lookup_parent()
[all …]
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dhyperv_tlb_flush.c182 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument
189 set_expected_val((void *)data->test_pages, exp2, WORKER_VCPU_ID_2); in post_test()
/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh1822 local exp2=$4
1827 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2"
1835 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then
1836 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"
/linux-6.12.1/arch/arm64/boot/dts/nvidia/
Dtegra210-p2597.dtsi1380 exp2: gpio@77 { label
1729 gpio = <&exp2 10 GPIO_ACTIVE_HIGH>;
1749 gpio = <&exp2 9 GPIO_ACTIVE_HIGH>;
Dtegra186-p2771-0000.dts2264 exp2: gpio@77 { label