Searched refs:pages_count (Results 1 – 7 of 7) sorted by relevance
136 u_register_t pages_count, in spm_memory_attributes_set_smc_handler() argument140 size_t size = (size_t) (pages_count * PAGE_SIZE); in spm_memory_attributes_set_smc_handler()144 INFO(" Number of pages: %i (%zi bytes)\n", (int) pages_count, size); in spm_memory_attributes_set_smc_handler()
66 u_register_t pages_count,
481 size_t pages_count = size / PAGE_SIZE; in xlat_change_mem_attributes_ctx() local484 pages_count, base_va); in xlat_change_mem_attributes_ctx()491 for (unsigned int i = 0U; i < pages_count; ++i) { in xlat_change_mem_attributes_ctx()539 for (unsigned int i = 0U; i < pages_count; ++i) { in xlat_change_mem_attributes_ctx()
38 uint64_t pages_count = 0; in vcpu_worker() local66 pages_count += vcpu_args->pages; in vcpu_worker()83 vcpu_id, pages_count, vcpu_last_completed_iteration[vcpu_id], in vcpu_worker()
515 uint64_t pages_count = 0; in vcpu_worker() local540 pages_count += TEST_PAGES_PER_LOOP; in vcpu_worker()551 pr_info("Dirtied %"PRIu64" pages\n", pages_count); in vcpu_worker()
75810 atomic_t pages_count; member