Searched refs:P7 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 282 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10() 285 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break; in unw_decode_p7_p10() 286 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break; in unw_decode_p7_p10() 287 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10() 288 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 289 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 290 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 291 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 292 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() 293 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_P in unw_decode_p7_p10() [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 282 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10() 285 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break; in unw_decode_p7_p10() 286 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break; in unw_decode_p7_p10() 287 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10() 288 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 289 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 290 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 291 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 292 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() 293 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_P in unw_decode_p7_p10() [all...] |
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | bmp280-core.c | 66 s16 P7; member 130 enum { P1, P2, P3, P4, P5, P6, P7, P8, P9 }; enumerator 196 calib->P7 = le16_to_cpu(p_buf[P7]); in bmp280_read_calib() 330 p = ((p + var1 + var2) >> 8) + (((s64)calib->P7) << 4); in bmp280_compensate_press()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | bmp280.h | 336 s16 P7; member 358 s8 P7; member
|
H A D | bmp280-core.c | 115 enum { T1, T2, T3, P1, P2, P3, P4, P5, P6, P7, P8, P9 }; enumerator 208 calib->P7 = le16_to_cpu(data->bmp280_cal_buf[P7]); in bmp280_read_calib() 360 p = ((p + var1 + var2) >> 8) + (((s64)calib->P7) << 4); in bmp280_compensate_press() 964 var5 = ((s64)calib->P7 * var1) << 4; in bmp380_compensate_press() 1086 calib->P7 = data->bmp380_cal_buf[BMP380_P7]; in bmp380_read_calib()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-core.S | 144 veor t3l, t3l, t3h @ t3 = (K) (P6 + P7) << 32
|
Completed in 8 milliseconds