Searched refs:j (Results 1 – 11 of 11) sorted by relevance
| /hypervisor/common/ |
| A D | efi_mmap.c | 18 uint32_t i, j; in sort_efi_mmap_entries() local 23 for (j = 0U; j < (hv_memdesc_nr - i - 1U); j++) { in sort_efi_mmap_entries() 24 if (hv_memdesc[j].phys_addr > hv_memdesc[j + 1U].phys_addr) { in sort_efi_mmap_entries() 25 tmp_memdesc = hv_memdesc[j]; in sort_efi_mmap_entries() 26 hv_memdesc[j] = hv_memdesc[j + 1U]; in sort_efi_mmap_entries() 27 hv_memdesc[j + 1U] = tmp_memdesc; in sort_efi_mmap_entries()
|
| /hypervisor/arch/x86/guest/ |
| A D | ve820.c | 57 uint32_t i,j; in sort_vm_e820() local 62 for (j = 0U; j < (vm->e820_entry_num - i - 1U); j++) { in sort_vm_e820() 63 if (vm->e820_entries[j].baseaddr > vm->e820_entries[j + 1U].baseaddr) { in sort_vm_e820() 64 tmp_entry = vm->e820_entries[j]; in sort_vm_e820() 65 vm->e820_entries[j] = vm->e820_entries[j + 1U]; in sort_vm_e820() 66 vm->e820_entries[j + 1U] = tmp_entry; in sort_vm_e820()
|
| A D | vmtrr.c | 170 uint32_t i, j; in update_ept_mem_type() local 187 for (j = 1U; j < MTRR_SUB_RANGE_NUM; j++) { in update_ept_mem_type() 189 if (type == vmtrr->fixed_range[i].type[j]) { in update_ept_mem_type() 193 type = vmtrr->fixed_range[i].type[j]; in update_ept_mem_type() 194 start = get_subrange_start_of_fixed_mtrr(i, j); in update_ept_mem_type()
|
| A D | ept.c | 433 uint64_t i, j, k, m; in walk_ept_table() local 440 for (j = 0UL; j < PTRS_PER_PDPTE; j++) { in walk_ept_table() 441 pdpte = pdpte_offset(pml4e, j << PDPTE_SHIFT); in walk_ept_table()
|
| A D | vept.c | 78 uint64_t i, j, k; in free_sept_table() local 86 for (j = 0UL; j < PTRS_PER_PDPTE; j++) { in free_sept_table() 87 shadow_pdpte = pdpte_offset(shadow_pml4e, j << PDPTE_SHIFT); in free_sept_table()
|
| /hypervisor/arch/x86/ |
| A D | rdt.c | 79 uint16_t i, j; in setup_clos() local 85 for (j = 0U; j < info->num_ins; j++) { in setup_clos() 86 ins = &info->ins_array[j]; in setup_clos()
|
| A D | vtd.c | 497 uint32_t i, j; in ioapic_to_dmaru() local 500 for (j = 0U; j < platform_dmar_info->drhd_count; j++) { in ioapic_to_dmaru() 501 dmar_unit = &dmar_drhd_units[j]; in ioapic_to_dmaru() 516 if (j == platform_dmar_info->drhd_count) { in ioapic_to_dmaru()
|
| /hypervisor/boot/guest/ |
| A D | elf_loader.c | 246 uint16_t i, j; in find_img_multiboot_header() local 263 for (j = 0U; j < 3U; j++) { in find_img_multiboot_header() 264 sum += p[j + i]; in find_img_multiboot_header()
|
| /hypervisor/debug/ |
| A D | profiling.c | 470 uint32_t i, j; in profiling_handle_msrops() local 543 for (j = 0U; j < my_msr_node->num_entries; ++j) { in profiling_handle_msrops() 544 sw_msrop->core_msr[j] in profiling_handle_msrops() 545 = my_msr_node->entries[j].value; in profiling_handle_msrops() 552 = my_msr_node->entries[j].param; in profiling_handle_msrops() 841 uint16_t i, j; in profiling_vm_list_info() local 863 for (j = 0U; j < CONFIG_MAX_VM_NUM; j++) { in profiling_vm_list_info() 864 tmp_vm = get_vm_from_vmid(j); in profiling_vm_list_info()
|
| A D | shell.c | 682 uint32_t j; in shell_cmd_help() local 684 for (j = 0U; j < p_shell->cmd_count; j++) { in shell_cmd_help() 685 p_cmd = &p_shell->cmds[j]; in shell_cmd_help()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | sha256.c | 131 uint32_t *d, uint32_t e, uint32_t f, uint32_t g, uint32_t *h, uint32_t x, uint32_t j) in hash_computation() argument 135 temp1 = *h + sigma3(e) + choice_alg(e, f, g) + j + x; in hash_computation()
|
Completed in 23 milliseconds