Searched refs:csh (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | capstone.c | 38 static enum cs_err perf_cs_open(enum cs_arch arch, enum cs_mode mode, csh *handle) in perf_cs_open() 44 static enum cs_err (*fn)(enum cs_arch arch, enum cs_mode mode, csh *handle); in perf_cs_open() 58 static enum cs_err perf_cs_option(csh handle, enum cs_opt_type type, size_t value) in perf_cs_option() 64 static enum cs_err (*fn)(csh handle, enum cs_opt_type type, size_t value); in perf_cs_option() 78 static size_t perf_cs_disasm(csh handle, const uint8_t *code, size_t code_size, in perf_cs_disasm() 85 static enum cs_err (*fn)(csh handle, const uint8_t *code, size_t code_size, in perf_cs_disasm() 120 static enum cs_err perf_cs_close(csh *handle) in perf_cs_close() 126 static enum cs_err (*fn)(csh *handle); in perf_cs_close() 140 static int capstone_init(struct machine *machine, csh *cs_handle, bool is64, in capstone_init() 225 csh cs_handle; in capstone__fprintf_insn_asm() [all …]
|
| /linux/arch/x86/platform/efi/ |
| H A D | quirks.c | 668 struct quark_security_header *csh = *pkbuff; in qrk_capsule_setup_info() local 674 if (csh->csh_signature != QUARK_CSH_SIGNATURE || in qrk_capsule_setup_info() 675 csh->headersize != QUARK_SECURITY_HEADER_SIZE) in qrk_capsule_setup_info() 685 if (csh->rsvd_next_header != 0) { in qrk_capsule_setup_info() 690 *pkbuff += csh->headersize; in qrk_capsule_setup_info() 691 cap_info->total_size = csh->headersize; in qrk_capsule_setup_info() 696 cap_info->phys[0] += csh->headersize; in qrk_capsule_setup_info()
|
| /linux/tools/build/feature/ |
| H A D | test-libcapstone.c | 7 csh handle; in main()
|
| /linux/net/sched/ |
| H A D | sch_drr.c | 234 static void drr_qlen_notify(struct Qdisc *csh, unsigned long arg) in drr_qlen_notify() argument
|
| /linux/Documentation/fb/ |
| H A D | framebuffer.rst | 61 or (for csh users)::
|