Home
last modified time | relevance | path

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

12

/linux-6.15/arch/mips/math-emu/
H A Ddp_rint.c18 int sticky; in ieee754dp_rint() local
43 sticky = residue != 0; in ieee754dp_rint()
48 sticky = (residue << 1) != 0; in ieee754dp_rint()
56 if (round && (sticky || odd)) in ieee754dp_rint()
62 if ((round || sticky) && !xs) in ieee754dp_rint()
66 if ((round || sticky) && xs) in ieee754dp_rint()
71 if (round || sticky) in ieee754dp_rint()
H A Dsp_rint.c18 int sticky; in ieee754sp_rint() local
43 sticky = residue != 0; in ieee754sp_rint()
49 sticky = (residue << 1) != 0; in ieee754sp_rint()
57 if (round && (sticky || odd)) in ieee754sp_rint()
63 if ((round || sticky) && !xs) in ieee754sp_rint()
67 if ((round || sticky) && xs) in ieee754sp_rint()
72 if (round || sticky) in ieee754sp_rint()
H A Ddp_tint.c16 int sticky; in ieee754dp_tint() local
56 sticky = residue != 0; in ieee754dp_tint()
61 sticky = (residue << 1) != 0; in ieee754dp_tint()
69 if (round && (sticky || odd)) in ieee754dp_tint()
75 if ((round || sticky) && !xs) in ieee754dp_tint()
79 if ((round || sticky) && xs) in ieee754dp_tint()
89 if (round || sticky) in ieee754dp_tint()
H A Ddp_tlong.c16 int sticky; in ieee754dp_tlong() local
59 sticky = residue != 0; in ieee754dp_tlong()
68 sticky = (residue << 1) != 0; in ieee754dp_tlong()
74 if (round && (sticky || odd)) in ieee754dp_tlong()
80 if ((round || sticky) && !xs) in ieee754dp_tlong()
84 if ((round || sticky) && xs) in ieee754dp_tlong()
93 if (round || sticky) in ieee754dp_tlong()
H A Dsp_tint.c16 int sticky; in ieee754sp_tint() local
59 sticky = residue != 0; in ieee754sp_tint()
68 sticky = (residue << 1) != 0; in ieee754sp_tint()
74 if (round && (sticky || odd)) in ieee754sp_tint()
80 if ((round || sticky) && !xs) in ieee754sp_tint()
84 if ((round || sticky) && xs) in ieee754sp_tint()
93 if (round || sticky) in ieee754sp_tint()
H A Dsp_tlong.c16 int sticky; in ieee754sp_tlong() local
59 sticky = residue != 0; in ieee754sp_tlong()
64 sticky = (residue << 1) != 0; in ieee754sp_tlong()
70 if (round && (sticky || odd)) in ieee754sp_tlong()
76 if ((round || sticky) && !xs) in ieee754sp_tlong()
80 if ((round || sticky) && xs) in ieee754sp_tlong()
89 if (round || sticky) in ieee754sp_tlong()
/linux-6.15/arch/parisc/math-emu/
H A Dsgl_float.h294 inexact = guard | sticky; \
299 sticky |= Sall(opnd); \
300 inexact = sticky; \
336 {int shiftamt, sticky; \
338 sticky = 0; \
352 sticky = Sextallp2(srcdstB); \
422 {int sticky; \
450 sticky = Sextallp2(opndp2) << 31+exponent; \
455 sticky = Sextallp2(opndp2); \
461 sticky = (Sextallp1(opndp1) << 31+exponent) | \
[all …]
H A Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
91 sticky = Dallp2(srcB)<<4; \
92 inexact = guard | sticky; \
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
102 sticky = inexact << 1; \
124 if (guard && (sticky || odd)) { \
135 sticky = inexact; \
145 sticky = inexact << 1; \
158 sticky = (inexact << 1) | Dallp2(srcB); \
167 sticky = Dmantissap1(srcA) | Dallp2(srcB); \
[all …]
H A Ddbl_float.h506 if (exponent == -32) sticky |= Dallp2(opndp2); \
511 inexact = guard | sticky; \
515 sticky |= (Dallp1(opndp1) | Dallp2(opndp2)); \
517 inexact = sticky; \
560 {int shiftamt, sticky; \
562 sticky = 0; \
584 sticky = Dextallp4(srcdstD); \
598 sticky = Dextallp3(srcdstC) | Dextallp4(srcdstD); \
610 sticky = Dextallp2(srcdstB) | Dextallp3(srcdstC) | \
763 {int shiftamt, sticky; \
[all …]
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dbridge_sticky_fdb.sh49 sticky() function
51 bridge fdb add $TEST_MAC dev $swp1 master static sticky
53 bridge fdb del $TEST_MAC dev $swp1 vlan 1 master static sticky
/linux-6.15/arch/m68k/fpsp040/
H A Dround.S127 | Output: d0{31:29}= guard, round, sticky
132 | updated guard,round,sticky in d0{31:29}
155 bnes st_stky |if any are set, set sticky
157 bnes st_stky |if any are set, set sticky
167 bnes st_stky |if any are set, set sticky
411 | d0 is guard,round,sticky
429 clrl %d0 |clear the sticky flag
446 clrl %d0 |else clear the sticky flag
459 clrl %d0 |else clear the sticky flag
489 | d0{31:29} initial guard,round,sticky
[all …]
H A Dfpsp.h159 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
169 .set STICKY,LV-39 | holds sticky bit
305 .set rnd_stky_bit,29 | round/sticky bit of mantissa
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dbaikal,bt1-pcie.yaml95 - const: sticky
96 - const: non-sticky
161 "sticky", "non-sticky";
H A Dqcom,pcie.yaml319 - const: axi_m_sticky # AXI sticky reset
320 - const: pipe_sticky # PIPE sticky reset
371 - const: sticky # Core Sticky reset
403 - const: sticky # Core Sticky reset
436 - const: sticky # Core Sticky reset
484 - const: pipe_sticky # PIPE sticky reset
H A Drockchip,rk3399-pcie-common.yaml50 - const: mgmt-sticky
H A Dsnps,dw-pcie-common.yaml155 - description: Controller Non-sticky CSR flags reset
156 const: non-sticky
157 - description: Controller sticky CSR flags reset
158 const: sticky
H A Drockchip,rk3399-pcie-ep.yaml61 reset-names = "core", "mgmt", "mgmt-sticky", "pipe",
/linux-6.15/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c145 admin->cache.sticky = test_hw_cache.sticky; in test_cache_read()
186 test_hw_cache.sticky = admin->cache.sticky; in test_cache_write()
H A Dvcap_api_kunit.c136 admin->cache.sticky = test_hw_cache.sticky; in test_cache_read()
177 test_hw_cache.sticky = admin->cache.sticky; in test_cache_write()
1459 .sticky = true, in vcap_api_set_rule_counter_test()
1480 struct vcap_counter ctr = { .value = 0, .sticky = false}; in vcap_api_set_rule_counter_test()
1495 KUNIT_EXPECT_EQ(test, false, test_hw_cache.sticky); in vcap_api_set_rule_counter_test()
1503 KUNIT_EXPECT_EQ(test, true, test_hw_cache.sticky); in vcap_api_set_rule_counter_test()
1512 .sticky = true, in vcap_api_get_rule_counter_test()
1539 test_hw_cache.sticky = true; in vcap_api_get_rule_counter_test()
1549 KUNIT_EXPECT_EQ(test, true, ctr.sticky); in vcap_api_get_rule_counter_test()
1553 test_hw_cache.sticky = false; in vcap_api_get_rule_counter_test()
[all …]
H A Dvcap_api_debugfs.c242 ri->counter.sticky = admin->cache.sticky; in vcap_show_admin_rule()
246 ri->counter_id, ri->counter.value, ri->counter.sticky); in vcap_show_admin_rule()
H A Dvcap_api.h133 bool sticky; member
/linux-6.15/Documentation/hwmon/
H A Dspd5118.rst54 Alarm attributes are sticky until read and will be cleared afterwards
/linux-6.15/Documentation/ABI/testing/
H A Ddebugfs-tpmi39 individual CPUs under the die. The contents of this file are sticky, and
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dfs.rst185 in world writable sticky directories, unless they are owned by the
188 When set to "2" it also applies to group writable sticky directories.
223 don't own in world writable sticky directories, unless they are
226 When set to "2" it also applies to group writable sticky directories.
243 a sticky world-writable directory, or when the uid of the symlink and
/linux-6.15/include/linux/
H A Dwm97xx.h317 enum wm97xx_gpio_sticky sticky,

12