Home
last modified time | relevance | path

Searched defs:code (Results 1 – 9 of 9) sorted by relevance

/xen/arch/arm/arm32/lib/
A Dassembler.h30 #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/common/zstd/
A Derror_private.h70 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 Dentropy_common.c52 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/arch/x86/include/asm/guest/
A Dhyperv-hcall.h35 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/include/xen/
A Delfcore.h22 int code; /* extra code */ member
/xen/drivers/passthrough/amd/
A Diommu_init.c329 unsigned int code = MASK_EXTR(entry[1], IOMMU_EVENT_CODE_MASK); in iommu_read_log() local
535 u32 code; in parse_event_log_entry() local
/xen/common/
A Dunlzma.c67 uint32_t code; member
/xen/common/xz/
A Ddec_lzma2.c97 uint32_t code; member
/xen/arch/arm/
A Dtraps.c1362 static void do_debug_trap(struct cpu_user_regs *regs, unsigned int code) in do_debug_trap()

Completed in 107 milliseconds