Searched defs:code (Results 1 – 14 of 14) sorted by relevance
/xen/xen/arch/arm/arm32/lib/ |
A D | assembler.h | 30 #define UNWIND(code...) code argument 32 #define UNWIND(code...) argument 66 #define PLD(code...) code argument 68 #define PLD(code...) argument 81 #define CALGN(code...) code argument 83 #define CALGN(code...) argument
|
/xen/stubdom/vtpmmgr/ |
A D | log.c | 53 TPM_RESULT code; member 143 const char* tpm_get_error_name (TPM_RESULT code) { in tpm_get_error_name()
|
/xen/xen/include/asm-x86/guest/ |
A D | hyperv-hcall.h | 46 static inline uint64_t hv_do_fast_hypercall(uint16_t code, in hv_do_fast_hypercall() 62 static inline uint64_t hv_do_rep_hypercall(uint16_t code, uint16_t rep_count, in hv_do_rep_hypercall()
|
/xen/tools/firmware/hvmloader/ |
A D | 32bitbios_support.c | 108 char *code; in relocate_32bitbios() local
|
/xen/tools/libxc/ |
A D | xc_private.c | 136 const char *xc_error_code_to_desc(int code) in xc_error_code_to_desc() 157 xentoollog_level level, int code, in xc_reportv() 193 xentoollog_level level, int code, const char *fmt, ...) { in xc_report() 200 void xc_report_error(xc_interface *xch, int code, const char *fmt, ...) in xc_report_error()
|
/xen/xen/include/xen/ |
A D | elfcore.h | 22 int code; /* extra code */ member
|
/xen/tools/xenstore/ |
A D | tdb.h | 48 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret) argument
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 326 unsigned int code = MASK_EXTR(entry[1], IOMMU_EVENT_CODE_MASK); in iommu_read_log() local 531 u32 code; in parse_event_log_entry() local
|
/xen/xen/common/ |
A D | unlzma.c | 67 uint32_t code; member
|
/xen/xen/common/xz/ |
A D | dec_lzma2.c | 97 uint32_t code; member
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 267 const void *code; member
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 882 static value xc_version_single_string(value xch, int code, void *info) in xc_version_single_string()
|
/xen/xen/arch/arm/ |
A D | traps.c | 1391 static void do_debug_trap(struct cpu_user_regs *regs, unsigned int code) in do_debug_trap()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1648 enum xc_error_code code; member
|
Completed in 31 milliseconds