Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 33) sorted by relevance

12

/hypervisor/include/arch/x86/asm/lib/
A Datomic.h35 #define build_atomic_inc(name, size, type) \ argument
46 #define build_atomic_dec(name, size, type) \ argument
57 #define build_atomic_swap(name, size, type) \ argument
87 #define build_atomic_cmpxchg(name, size, type) \ argument
100 #define build_atomic_xadd(name, size, type) \ argument
/hypervisor/debug/
A Ddbg_cmd.c20 int type; member
35 int type = cmd_list[i].type; in handle_dbg_cmd() local
A Duart16550.c20 enum serial_dev_type type; member
/hypervisor/boot/include/
A Dmultiboot_std.h85 uint32_t type; member
205 uint32_t type; member
210 uint32_t type; member
215 uint32_t type; member
221 uint32_t type; member
229 uint32_t type; member
237 uint32_t type; member
243 uint32_t type; member
249 uint32_t type; member
A Dboot.h44 uint32_t type; member
/hypervisor/include/lib/
A Dlist.h120 #define container_of(ptr, type, member) \ argument
130 #define get_first_item(attached, type, member) \ argument
155 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) argument
A Defi.h48 uint32_t type; member
/hypervisor/arch/x86/
A Dpagetable.c84 uint64_t *pde, uint64_t *pt_page, uint32_t type) in try_to_free_pgtable_page()
146 uint64_t prot_set, uint64_t prot_clr, uint32_t type, const struct pgtable *table) in local_modify_or_del_pte()
176 uint64_t prot_set, uint64_t prot_clr, const struct pgtable *table, uint32_t type) in modify_or_del_pte()
215 uint64_t prot_set, uint64_t prot_clr, const struct pgtable *table, uint32_t type) in modify_or_del_pde()
262 uint64_t prot_set, uint64_t prot_clr, const struct pgtable *table, uint32_t type) in modify_or_del_pdpte()
358 uint64_t prot_set, uint64_t prot_clr, const struct pgtable *table, uint32_t type) in pgtable_modify_or_del_map()
A Dgdt.c12 uint64_t tss, size_t tss_limit, uint32_t type) in set_tss_desc()
A Dmmu.c104 static inline void local_invvpid(uint64_t type, uint16_t vpid, uint64_t gva) in local_invvpid()
116 static inline void local_invept(uint64_t type, struct invept_desc desc) in local_invept()
A Dsgx.c25 uint32_t eax = 0U, ebx = 0U, ecx = 0U, edx = 0U, type; in get_epc_section() local
A De820.c107 static void insert_e820_entry(uint32_t index, uint64_t addr, uint64_t length, uint64_t type) in insert_e820_entry()
/hypervisor/include/arch/x86/asm/guest/
A Dvmtrr.h36 uint32_t type:8; member
47 uint8_t type[MTRR_SUB_RANGE_NUM]; member
/hypervisor/include/arch/x86/asm/
A Dmmu.h75 static inline int32_t asm_invvpid(const struct invvpid_operand operand, uint64_t type) in asm_invvpid()
91 static inline int32_t asm_invept(uint64_t type, struct invept_desc desc) in asm_invept()
A De820.h30 uint32_t type; member
A Didt.h37 uint32_t type:4; member
A Drtct.h47 uint32_t type; member
/hypervisor/arch/x86/guest/
A Dvmtrr.c140 uint64_t size, uint8_t type) in update_ept()
168 uint8_t type; in update_ept_mem_type() local
A Dvmexit.c231 uint32_t type = (vector_info & VMX_INT_TYPE_MASK) >> 8U; in vmexit_handler() local
A Dvept.c496 uint64_t type, ept_cap_vmsr; in invept_vmexit_handler() local
A Dvirq.c84 uint8_t type; in get_exception_type() local
/hypervisor/lib/crypto/mbedtls/
A Dmd_internal.h41 mbedtls_md_type_t type; member
/hypervisor/arch/x86/seed/
A Dseed_sbl.c31 uint8_t type; member
/hypervisor/include/public/
A Dacrn_common.h289 uint32_t type; member
349 uint32_t type; member
523 uint8_t type; member
668 uint32_t type; member
844 uint32_t type; member
A Dacrn_hv_defs.h133 uint32_t type; member
256 uint32_t type; member

Completed in 81 milliseconds

12