Searched refs:perms (Results 1 – 3 of 3) sorted by relevance
34 u8 perms; /* Access permissions */ member79 if (regs[off].perms & EMUL_PERM_W) in sandbox_spmi_write()104 if (regs[off].perms & EMUL_PERM_R) in sandbox_spmi_read()123 regs[4].perms = EMUL_PERM_R; in sandbox_spmi_probe()125 regs[5].perms = EMUL_PERM_R; in sandbox_spmi_probe()128 regs[8].perms = EMUL_PERM_RW; in sandbox_spmi_probe()130 regs[0x40].perms = EMUL_PERM_RW; in sandbox_spmi_probe()132 regs[0x41].perms = EMUL_PERM_RW; in sandbox_spmi_probe()134 regs[0x42].perms = EMUL_PERM_RW; in sandbox_spmi_probe()137 regs[0x45].perms = EMUL_PERM_RW; in sandbox_spmi_probe()[all …]
454 #define FSL_BOOKE_MAS3(rpn, user, perms) \ argument455 (((rpn) & MAS3_RPN) | (user) | (perms))499 u8 perms, u8 wimge,
138 u8 perms, u8 wimge, in set_tlb() argument156 _mas3 = FSL_BOOKE_MAS3(rpn, 0, perms); in set_tlb()