Searched defs:code (Results 1 – 9 of 9) sorted by relevance
30 #define UNWIND(code...) code argument32 #define UNWIND(code...) argument66 #define PLD(code...) code argument68 #define PLD(code...) argument81 #define CALGN(code...) code argument83 #define CALGN(code...) argument
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()
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()
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()
22 int code; /* extra code */ member
329 unsigned int code = MASK_EXTR(entry[1], IOMMU_EVENT_CODE_MASK); in iommu_read_log() local535 u32 code; in parse_event_log_entry() local
67 uint32_t code; member
97 uint32_t code; member
1362 static void do_debug_trap(struct cpu_user_regs *regs, unsigned int code) in do_debug_trap()
Completed in 107 milliseconds