Searched refs:ARRAY_SIZE (Results 1 – 10 of 10) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | cpu_state_tbl.c | 110 {(uint8_t)ARRAY_SIZE(px_a3960), px_a3960, 111 (uint8_t)ARRAY_SIZE(cx_bxt), cx_bxt} 114 {(uint8_t)ARRAY_SIZE(px_a3950), px_a3950, 115 (uint8_t)ARRAY_SIZE(cx_bxt), cx_bxt} 118 {(uint8_t)ARRAY_SIZE(px_j3455), px_j3455, 119 (uint8_t)ARRAY_SIZE(cx_bxt), cx_bxt} 122 {(uint8_t)ARRAY_SIZE(px_n3350), px_n3350, 123 (uint8_t)ARRAY_SIZE(cx_bxt), cx_bxt} 126 {(uint8_t)ARRAY_SIZE(px_i78650), px_i78650, 127 (uint8_t)ARRAY_SIZE(cx_i78650), cx_i78650} [all …]
|
| A D | cpu_caps.c | 506 for (i = 0U; i < ARRAY_SIZE(vmx_caps); i++) { in check_essential_vmx_caps()
|
| /hypervisor/debug/ |
| A D | dbg_cmd.c | 33 for (i = 0; i < ARRAY_SIZE(cmd_list); i++) { in handle_dbg_cmd() 61 return (i < ARRAY_SIZE(cmd_list)); in handle_dbg_cmd()
|
| A D | shell.c | 654 p_shell->cmd_count = ARRAY_SIZE(shell_cmds); in shell_init()
|
| /hypervisor/include/lib/ |
| A D | types.h | 10 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /hypervisor/dm/vpci/ |
| A D | ivshmem.c | 111 for (i = 0U; i < ARRAY_SIZE(mem_regions); i++) { in init_ivshmem_shared_memory() 122 uint32_t i, num = ARRAY_SIZE(mem_regions); in find_shm_region()
|
| /hypervisor/arch/x86/guest/ |
| A D | vmsr.c | 527 for (i = 0U; i < ARRAY_SIZE(mtrr_msrs); i++) { in init_msr_emulation() 533 for (i = 0U; i < ARRAY_SIZE(pmc_msrs); i++) { in init_msr_emulation() 540 for (i = 0U; i < ARRAY_SIZE(unsupported_msrs); i++) { in init_msr_emulation()
|
| A D | vmcall.c | 216 if (HC_IDX(hcall_id) < ARRAY_SIZE(hc_dispatch_table)) { in dispatch_hypercall()
|
| A D | vmexit.c | 255 if (basic_exit_reason >= ARRAY_SIZE(dispatch_table)) { in vmexit_handler()
|
| /hypervisor/common/ |
| A D | hypercall.c | 1271 for (i = 0U; i < ARRAY_SIZE(emul_dev_ops_tbl); i++) { in find_emul_dev_ops()
|
Completed in 17 milliseconds