Lines Matching defs:prot
295 uint32_t prot, uint32_t flags, struct mobj *mobj,
303 if (prot & ~TEE_MATTR_PROT_MASK)
326 reg->attr = attr | prot;
345 res = tee_pager_add_um_region(uctx, reg->va, fobj, prot);
723 uint16_t *prot)
737 *prot = r->attr & TEE_MATTR_PROT_MASK;
743 uint32_t prot)
753 if (prot & ~TEE_MATTR_PROT_MASK || !len)
767 r->attr |= prot;
790 prot))
857 uint32_t prot = 0;
861 prot = TEE_MATTR_PRX;
863 prot |= TEE_MATTR_GUARDED;
864 res = vm_map(uctx, &va, sz, prot, VM_FLAG_PERMANENT,
1329 uint16_t *prot, size_t *offs)
1345 *prot = r->attr & TEE_MATTR_PROT_MASK;