Searched refs:addition (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 270 #define EXCEPTION_PROLOG(n, intnum, type, addition) \ 279 addition; /* additional code for that exc. */ \ 342 #define NORMAL_EXCEPTION_PROLOG(n, intnum, addition) \ 343 EXCEPTION_PROLOG(n, intnum, GEN, addition##_GEN(n)) 345 #define CRIT_EXCEPTION_PROLOG(n, intnum, addition) \ 346 EXCEPTION_PROLOG(n, intnum, CRIT, addition##_CRIT(n)) 348 #define DBG_EXCEPTION_PROLOG(n, intnum, addition) \ 349 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n)) 351 #define MC_EXCEPTION_PROLOG(n, intnum, addition) \ 352 EXCEPTION_PROLOG(n, intnum, MC, addition##_M [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 249 #define EXCEPTION_PROLOG(n, intnum, type, addition) \ 258 addition; /* additional code for that exc. */ \ 313 #define NORMAL_EXCEPTION_PROLOG(n, intnum, addition) \ 314 EXCEPTION_PROLOG(n, intnum, GEN, addition##_GEN(n)) 316 #define CRIT_EXCEPTION_PROLOG(n, intnum, addition) \ 317 EXCEPTION_PROLOG(n, intnum, CRIT, addition##_CRIT(n)) 319 #define DBG_EXCEPTION_PROLOG(n, intnum, addition) \ 320 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n)) 322 #define MC_EXCEPTION_PROLOG(n, intnum, addition) \ 323 EXCEPTION_PROLOG(n, intnum, MC, addition##_M [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_port.c | 474 u32 addition = 0; in sparx5_port_fifo_sz() local 482 addition = 1; in sparx5_port_fifo_sz() 487 addition = 0; in sparx5_port_fifo_sz() 492 addition = 0; in sparx5_port_fifo_sz() 497 addition = 0; in sparx5_port_fifo_sz() 510 return (tmp3 + 2000 + 999) / 1000 + addition; in sparx5_port_fifo_sz()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_ovfl.S | 29 | All trap disabled code applies. In addition the exceptional
|
H A D | x_unfl.S | 16 | All trap disabled code applies. In addition the exceptional
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_ovfl.S | 29 | All trap disabled code applies. In addition the exceptional
|
H A D | x_unfl.S | 16 | All trap disabled code applies. In addition the exceptional
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | qrnnd.S | 11 # In addition to the permissions in the GNU General Public License, the
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | udiv-qrnnd.S | 11 # In addition to the permissions in the GNU General Public License, the
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-header.S | 23 @ the addition of 8 bytes for storing syscall args 5 and 6.
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-header.S | 23 @ the addition of 8 bytes for storing syscall args 5 and 6.
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 63 entry in addition to the new boost ones, for compatibility reasons.
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 112 entry in addition to the new boost ones, for compatibility reasons.
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 1154 @ horizontal addition
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 1154 @ horizontal addition
|
Completed in 12 milliseconds