Home
last modified time | relevance | path

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

/openbmc/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_ast2400_scu_write()
353 !s->regs[PROT_KEY]) { in aspeed_ast2400_scu_write()
360 case PROT_KEY: in aspeed_ast2400_scu_write()
391 if (reg > PROT_KEY && reg < CPU2_BASE_SEG1 && in aspeed_ast2500_scu_write()
392 !s->regs[PROT_KEY]) { in aspeed_ast2500_scu_write()
400 case PROT_KEY: in aspeed_ast2500_scu_write()
545 s->regs[PROT_KEY] = s->hw_prot_key; in aspeed_scu_reset()
725 if (reg > PROT_KEY && !s->regs[PROT_KEY]) { in aspeed_ast2600_scu_write()
825 s->regs[PROT_KEY] = s->hw_prot_key; in aspeed_ast2600_scu_reset()
[all …]