Searched defs:code (Results 1 – 15 of 15) 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/common/zstd/ |
A D | error_private.h | 70 ERR_STATIC unsigned __init ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 72 ERR_STATIC ERR_enum __init ERR_getErrorCode(size_t code) in ERR_getErrorCode() 85 static __attribute__((unused)) unsigned int __init ZSTD_isError(size_t code) in ZSTD_isError()
|
A D | entropy_common.c | 52 unsigned __init FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 54 unsigned __init HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
|
/xen/xen/arch/x86/include/asm/guest/ |
A D | hyperv-hcall.h | 35 static inline uint64_t hv_do_fast_hypercall(uint16_t code, in hv_do_fast_hypercall() 51 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 | 105 char *code; in relocate_32bitbios() local
|
/xen/tools/libs/ctrl/ |
A D | xc_private.c | 134 const char *xc_error_code_to_desc(int code) in xc_error_code_to_desc() 155 xentoollog_level level, int code, in xc_reportv() 191 xentoollog_level level, int code, const char *fmt, ...) { in xc_report() 198 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/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 329 unsigned int code = MASK_EXTR(entry[1], IOMMU_EVENT_CODE_MASK); in iommu_read_log() local 536 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 | 280 const void *code; member
|
/xen/tools/include/ |
A D | xenctrl.h | 1651 enum xc_error_code code; member
|
/xen/xen/arch/arm/ |
A D | traps.c | 1356 static void do_debug_trap(struct cpu_user_regs *regs, unsigned int code) in do_debug_trap()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 1046 static value xc_version_single_string(value xch_val, int code, void *info) in xc_version_single_string()
|
Completed in 47 milliseconds