Searched refs:PSTATE (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/arch/arm64/ |
H A D | sme.rst | 21 * PSTATE.SM, PSTATE.ZA, the streaming mode vector length, the ZA and (when 97 * On syscall PSTATE.ZA is preserved, if PSTATE.ZA==1 then the contents of the 100 * On syscall PSTATE.SM will be cleared and the SVE registers will be handled 107 PSTATE.SM cleared. 130 the value of PSTATE.ZA. The registers are present if and only if: 132 in which case PSTATE.ZA == 1. 146 * If ZTn is supported and PSTATE.ZA==1 then a signal frame record for ZTn will 165 PSTATE.ZA is set to 1 and ZA is populated with the specified data. 171 * If ZTn is not supported or PSTATE.ZA==0 then it is illegal to have a 244 * Changing the vector length causes PSTATE.ZA and PSTATE.SM to be cleared. [all …]
|
H A D | memory-tagging-extension.rst | 102 ``PSTATE.TCO`` bit with ``MSR TCO, #1``. 104 **Note**: Signal handlers are always invoked with ``PSTATE.TCO = 0``, 105 irrespective of the interrupted context. ``PSTATE.TCO`` is restored on 116 to user addresses are always performed with an effective ``PSTATE.TCO`` 174 - ``PSTATE.TCO`` set to 0
|
H A D | booting.rst | 169 All forms of interrupts must be masked in PSTATE.DAIF (Debug, SError,
|
/linux/Documentation/arch/sparc/ |
H A D | adi.rst | 16 1. Set the user mode PSTATE.mcde bit. This acts as master switch for 41 kernel sets the PSTATE.mcde bit for the task. Version tags for memory 101 the task is running with ADI enabled (PSTATE.mcde=1), and the ADI 121 the task is running with ADI enabled (PSTATE.mcde=1), and the ADI
|
/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | booting.txt | 160 所有形式的中断必须在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | booting.txt | 164 所有形式的中斷必須在 PSTATE.DAIF 中被屏蔽(Debug、SError、IRQ
|
/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 495 AMD PSTATE Highest Performance: 166. Maximum Frequency: 4.68 GHz. 496 AMD PSTATE Nominal Performance: 117. Nominal Frequency: 3.30 GHz. 497 AMD PSTATE Lowest Non-linear Performance: 39. Lowest Non-linear Frequency: 1.10 GHz. 498 AMD PSTATE Lowest Performance: 15. Lowest Frequency: 400 MHz.
|
/linux/tools/perf/ |
H A D | builtin-timechart.c | 174 #define PSTATE 2 macro 392 pwr->type = PSTATE; in p_state_end() 1035 if (pwr->type == PSTATE) { in draw_c_p_states()
|
/linux/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 1654 OMAP_HSMMC_READ(host->base, PSTATE)); in mmc_regs_show() 2065 if (!(OMAP_HSMMC_READ(host->base, PSTATE) & DLEV_DAT(1))) { in omap_hsmmc_runtime_suspend()
|