Home
last modified time | relevance | path

Searched refs:PROT_KEY (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/misc/
H A Daspeed_scu.c26 #define PROT_KEY TO_REG(0x00) macro
352 if (reg > PROT_KEY && reg < CPU2_BASE_SEG1 && in aspeed_ast2500_scu_write()
353 !s->regs[PROT_KEY]) { in aspeed_ast2500_scu_write()
360 case PROT_KEY: in aspeed_ast2500_scu_write()
391 if (reg > PROT_KEY && reg < CPU2_BASE_SEG1 && in aspeed_scu_get_clkin()
392 !s->regs[PROT_KEY]) { in aspeed_scu_get_clkin()
400 case PROT_KEY:
545 s->regs[PROT_KEY] = s->hw_prot_key;
725 if (reg > PROT_KEY && !s->regs[PROT_KEY]) {
[all...]