Is it possible to get the cores privilege state in user mode ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Is it possible to get the cores privilege state in user mode ?

559 次查看
martinschulthei
Contributor III

Hi,

as mentioned in the question, I want to know if there is a possibility to read out a e.g. core register to get the current privilege state in user mode. (MSR PR-Bit).

Problem is that the MSR is not readable in user mode.

We'd like to add a mechanism to determine whether we need a system call to access specific memory regions (e.g. peripherals which are only accessible in supervisor mode) or not (Performance issues).

The solution should be usable for all e200zX cores.

Thank you in advance and best regards

Martin

0 项奖励
回复
1 回复

475 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, as MSR register cannot be read in user mode it can only be done by system call the same way as you would switch to user mode but you would not edit SRR1 content. Thus you will return to user mode, but you may store MSR content (stored in SRR1 during system call).

pastedImage_1.png

0 项奖励
回复