Lines Matching defs:base_va
45 mm->base_va, mm->base_pa, mm->size, mm->attr,
346 uintptr_t base_va, uint32_t *attributes, uint64_t **table_entry,
366 entry = find_xlat_table_entry(base_va,
372 WARN("Address 0x%lx is not mapped.\n", base_va);
439 int xlat_get_mem_attributes_ctx(const xlat_ctx_t *ctx, uintptr_t base_va,
442 return xlat_get_mem_attributes_internal(ctx, base_va, attr,
447 int xlat_change_mem_attributes_ctx(const xlat_ctx_t *ctx, uintptr_t base_va,
459 if (!IS_PAGE_ALIGNED(base_va)) {
461 __func__, base_va);
485 pages_count, base_va);
487 uintptr_t base_va_original = base_va;
497 entry = find_xlat_table_entry(base_va,
503 WARN("Address 0x%lx is not mapped.\n", base_va);
516 base_va);
529 base_va);
534 base_va += PAGE_SIZE;
538 base_va = base_va_original;
547 (void) xlat_get_mem_attributes_internal(ctx, base_va, &old_attr,
575 xlat_arch_tlbi_va(base_va, ctx->xlat_regime);
585 base_va += PAGE_SIZE;