/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha1_ni_asm.S | 69 #define E1 %xmm2 define 124 movdqa ABCD, E1 130 sha1nexte MSG1, E1 132 sha1rnds4 $0, E1, ABCD 139 movdqa ABCD, E1 147 sha1nexte MSG3, E1 150 sha1rnds4 $0, E1, ABCD 156 movdqa ABCD, E1 163 sha1nexte MSG1, E1 166 sha1rnds4 $1, E1, ABC [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha1_ni_asm.S | 68 #define E1 %xmm2 define 123 movdqa ABCD, E1 129 sha1nexte MSG1, E1 131 sha1rnds4 $0, E1, ABCD 138 movdqa ABCD, E1 146 sha1nexte MSG3, E1 149 sha1rnds4 $0, E1, ABCD 155 movdqa ABCD, E1 162 sha1nexte MSG1, E1 165 sha1rnds4 $1, E1, ABC [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | skeleton.S | 68 bclrb #E1,E_BYTE(%a6) 85 | otherwise clear the E1 exception. The frestore is not really 86 | necessary for E1 exceptions. 89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was 93 | fix is to check for E1, and the existence of one of snan, ovfl, 108 btstb #E1,E_BYTE(%a6) |test for E1 set 158 bclrb #E1,E_BYTE(%a6) 184 bclrb #E1,E_BYTE(%a6) 210 bclrb #E1,E_BYT [all...] |
H A D | gen_except.S | 168 | exception is to set the E1/E3 byte and clr the U flag. 169 | commonE1 does this for E1 exceptions, which are snan, 171 | are inex2 and inex1, and also clears the E1 exception bit 175 bsetb #E1,E_BYTE(%a6) |set E1 flag 183 bclrb #E1,E_BYTE(%a6) |clr E1 from unimp 192 bclrb #E1,E_BYTE(%a6) |clr E1 flag 268 bsetb #E1,E_BYT [all...] |
H A D | fpsp.h | 172 .set CMDREG1B,LV-36 | cmd reg for E1 exceptions (2 bytes) 189 .set E_BYTE,LV-28 | holds E1 and E3 bits (1 byte) 190 .set E1,2 | which bit is E1 flag
|
H A D | util.S | 336 | else E1 435 | If E1, the format is from cmdreg1b{12:10} 446 clrl %d0 |if E1, size is always ext
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | skeleton.S | 68 bclrb #E1,E_BYTE(%a6) 85 | otherwise clear the E1 exception. The frestore is not really 86 | necessary for E1 exceptions. 89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was 93 | fix is to check for E1, and the existence of one of snan, ovfl, 108 btstb #E1,E_BYTE(%a6) |test for E1 set 158 bclrb #E1,E_BYTE(%a6) 184 bclrb #E1,E_BYTE(%a6) 210 bclrb #E1,E_BYT [all...] |
H A D | gen_except.S | 168 | exception is to set the E1/E3 byte and clr the U flag. 169 | commonE1 does this for E1 exceptions, which are snan, 171 | are inex2 and inex1, and also clears the E1 exception bit 175 bsetb #E1,E_BYTE(%a6) |set E1 flag 183 bclrb #E1,E_BYTE(%a6) |clr E1 from unimp 192 bclrb #E1,E_BYTE(%a6) |clr E1 flag 268 bsetb #E1,E_BYT [all...] |
H A D | fpsp.h | 172 .set CMDREG1B,LV-36 | cmd reg for E1 exceptions (2 bytes) 189 .set E_BYTE,LV-28 | holds E1 and E3 bits (1 byte) 190 .set E1,2 | which bit is E1 flag
|
H A D | util.S | 336 | else E1 435 | If E1, the format is from cmdreg1b{12:10} 446 clrl %d0 |if E1, size is always ext
|
/kernel/linux/linux-5.10/lib/ |
H A D | locking-selftest.c | 270 static void name##_12(void) { E1(); E2(); } \ 271 static void name##_21(void) { E2(); E1(); } 275 static void name##_123(void) { E1(); E2(); E3(); } \ 276 static void name##_132(void) { E1(); E3(); E2(); } \ 277 static void name##_213(void) { E2(); E1(); E3(); } \ 278 static void name##_231(void) { E2(); E3(); E1(); } \ 279 static void name##_312(void) { E3(); E1(); E2(); } \ 280 static void name##_321(void) { E3(); E2(); E1(); } 772 #define E1() \ macro 805 #undef E1 macro 811 #define E1 global() macro 837 #undef E1 global() macro 843 #define E1 global() macro 878 #undef E1 global() macro 884 #define E1 global() macro 924 #undef E1 global() macro 933 #define E1 global() macro 972 #undef E1 global() macro 992 #define E1 global() macro 1034 #undef E1 global() macro 1042 #define E1 global() macro 1066 #undef E1 global() macro 1074 #define E1 global() macro 1098 #undef E1 global() macro 1106 #define E1 global() macro 1130 #undef E1 global() macro 1138 #define E1 global() macro 1162 #undef E1 global() macro 1169 #define E1 global() macro 1207 #undef E1 global() macro 1215 #define E1 global() macro 1253 #undef E1 global() macro 1269 #define E1 global() macro [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | locking-selftest.c | 285 static void name##_12(void) { E1(); E2(); } \ 286 static void name##_21(void) { E2(); E1(); } 290 static void name##_123(void) { E1(); E2(); E3(); } \ 291 static void name##_132(void) { E1(); E3(); E2(); } \ 292 static void name##_213(void) { E2(); E1(); E3(); } \ 293 static void name##_231(void) { E2(); E3(); E1(); } \ 294 static void name##_312(void) { E3(); E1(); E2(); } \ 295 static void name##_321(void) { E3(); E2(); E1(); } 793 #define E1() \ macro 828 #undef E1 macro 835 #define E1 global() macro 861 #undef E1 global() macro 869 #define E1 global() macro 906 #undef E1 global() macro 912 #define E1 global() macro 954 #undef E1 global() macro 963 #define E1 global() macro 1004 #undef E1 global() macro 1024 #define E1 global() macro 1068 #undef E1 global() macro 1076 #define E1 global() macro 1100 #undef E1 global() macro 1108 #define E1 global() macro 1132 #undef E1 global() macro 1140 #define E1 global() macro 1164 #undef E1 global() macro 1172 #define E1 global() macro 1196 #undef E1 global() macro 1203 #define E1 global() macro 1243 #undef E1 global() macro 1251 #define E1 global() macro 1291 #undef E1 global() macro 1307 #define E1 global() macro [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_step.h | 44 func(E1) \
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | switch_to.S | 58 B .S2 B3 ; return in next E1
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.h | 116 unsigned char framing; /* E1, T1 or J1 */ 194 #define E1 6 macro 226 * Constants for T1/E1 configuration
|
H A D | farsync.c | 1695 if (info->framing == E1) in set_conf_from_info() 1895 FST_WRW(card, portConfig[i].lineInterface, E1); in fst_set_iface() 1896 port->hwif = E1; in fst_set_iface() 1934 case E1: in fst_get_iface()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | farsync.h | 116 unsigned char framing; /* E1, T1 or J1 */ 194 #define E1 6 macro 226 * Constants for T1/E1 configuration
|
H A D | farsync.c | 1638 if (info->framing == E1) in set_conf_from_info() 1830 FST_WRW(card, portConfig[i].lineInterface, E1); in fst_set_iface() 1831 port->hwif = E1; in fst_set_iface() 1869 case E1: in fst_get_iface()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 859 struct fixed31_32 E1; in hermite_spline_eetf() local 878 compute_pq(input_x, &E1); in hermite_spline_eetf() 885 if (dc_fixpt_lt(E1, ks)) in hermite_spline_eetf() 886 E2 = E1; in hermite_spline_eetf() 887 else if (dc_fixpt_le(ks, E1) && dc_fixpt_le(E1, dc_fixpt_one)) { in hermite_spline_eetf() 889 // t = (E1 - ks) / (1 - ks) in hermite_spline_eetf() 890 t = dc_fixpt_div(dc_fixpt_sub(E1, ks), in hermite_spline_eetf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 872 struct fixed31_32 E1; in hermite_spline_eetf() local 891 compute_pq(input_x, &E1); in hermite_spline_eetf() 898 if (dc_fixpt_lt(E1, ks)) in hermite_spline_eetf() 899 E2 = E1; in hermite_spline_eetf() 900 else if (dc_fixpt_le(ks, E1) && dc_fixpt_le(E1, dc_fixpt_one)) { in hermite_spline_eetf() 902 // t = (E1 - ks) / (1 - ks) in hermite_spline_eetf() 903 t = dc_fixpt_div(dc_fixpt_sub(E1, ks), in hermite_spline_eetf()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | troubleshoot.c | 198 STS_BIT(regs, E2), STS_BIT(regs, E1)); in show_regs()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | troubleshoot.c | 199 STS_BIT(regs, E2), STS_BIT(regs, E1)); in show_regs()
|
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g6.c | 1433 #define E1 231 macro 1434 SIG_EXPR_LIST_DECL_SESG(E1, RGMII2RXD3, RGMII2, SIG_DESC_SET(SCU400, 23), 1436 SIG_EXPR_LIST_DECL_SESG(E1, RMII2RXER, RMII2, SIG_DESC_SET(SCU400, 23), 1438 PIN_DECL_2(E1, GPIO18C7, RGMII2RXD3, RMII2RXER); 1440 FUNC_GROUP_DECL(RGMII2, D4, C2, C1, D3, E4, F5, D2, E3, D1, F4, E2, E1); 1441 FUNC_GROUP_DECL(RMII2, D4, C2, C1, D3, D2, D1, F4, E2, E1); 1787 ASPEED_PINCTRL_PIN(E1), 2595 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, E4, E1, SCU40C, 2), 2596 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, E4, E1, SCU40C, 2),
|
H A D | pinctrl-aspeed-g5.c | 1333 #define E1 179 macro 1334 SIG_EXPR_LIST_DECL_SINGLE(E1, GPIOW3, GPIOW3, SIG_DESC_SET(SCUA0, 27)); 1335 SIG_EXPR_LIST_DECL_SINGLE(E1, ADC3, ADC3); 1336 PIN_DECL_(E1, SIG_EXPR_LIST_PTR(E1, GPIOW3), SIG_EXPR_LIST_PTR(E1, ADC3)); 1337 FUNC_GROUP_DECL(ADC3, E1); 1994 ASPEED_PINCTRL_PIN(E1), 2571 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, E1, E1, SCUA [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g5.c | 1333 #define E1 179 macro 1334 SIG_EXPR_LIST_DECL_SINGLE(E1, GPIOW3, GPIOW3, SIG_DESC_SET(SCUA0, 27)); 1335 SIG_EXPR_LIST_DECL_SINGLE(E1, ADC3, ADC3); 1336 PIN_DECL_(E1, SIG_EXPR_LIST_PTR(E1, GPIOW3), SIG_EXPR_LIST_PTR(E1, ADC3)); 1337 FUNC_GROUP_DECL(ADC3, E1); 1994 ASPEED_PINCTRL_PIN(E1), 2571 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, E1, E1, SCUA [all...] |