Searched refs:opcodes (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/tools/bpf/bpftool/
H A Dcfg.h10 bool opcodes, bool linum);
H A Dxlated_dumper.h35 bool opcodes, bool linum);
37 bool opcodes, bool linum);
40 bool opcodes, bool linum);
H A Dcfg.c385 bool opcodes, bool linum)
406 opcodes, linum);
434 bool opcodes, bool linum)
439 draw_bb_node(func, bb, dd, opcodes, linum);
460 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) argument
468 func_output_bb_def(func, dd, opcodes, linum);
476 bool opcodes, bool linum)
485 cfg_dump(&cfg, dd, opcodes, linum);
384 draw_bb_node(struct func_node *func, struct bb_node *bb, struct dump_data *dd, bool opcodes, bool linum) argument
433 func_output_bb_def(struct func_node *func, struct dump_data *dd, bool opcodes, bool linum) argument
475 dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) argument
H A Dxlated_dumper.c219 bool opcodes, bool linum)
273 if (opcodes) {
274 jsonw_name(json_wtr, "opcodes");
304 bool opcodes, bool linum)
355 if (opcodes) {
369 bool opcodes, bool linum)
421 if (opcodes) {
218 dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) argument
303 dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) argument
367 dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, unsigned int start_idx, bool opcodes, bool linum) argument
H A Dmain.h176 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes,
185 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, argument
/linux-master/arch/arm/include/asm/
H A Dopcodes-sec.h10 #include <asm/opcodes.h>
H A Dopcodes-virt.h3 * opcodes-virt.h: Opcode definitions for the ARM virtualization extensions
9 #include <asm/opcodes.h>
H A Duprobes.h10 #include <asm/opcodes.h>
H A Dkgdb.h15 #include <asm/opcodes.h>
H A Dbug.h7 #include <asm/opcodes.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c7 * opcodes used in PF <-> VF communication. Group of opcodes:
10 * - opcodes needed by VF to work correctly, but not associated with caps ->
13 * - opcodes needed by VF when caps are activated
15 * Caps that don't use new opcodes (no opcodes should be allowed):
26 /* default opcodes to communicate with VF */
31 /* opcodes supported after successful VIRTCHNL_OP_GET_VF_RESOURCES */
88 const u32 *opcodes; member in struct:allowlist_opcode_info
95 .opcodes
133 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) argument
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.c93 /* 1280 = 256 opcodes * 4 chars/opcode + 255 commas + NULL */
138 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) *
148 clear_bit(i, fault->opcodes);
150 set_bit(i, fault->opcodes);
171 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE;
179 bit = find_first_bit(fault->opcodes, bitsize);
181 zero = find_next_zero_bit(fault->opcodes, bitsize, bit);
190 bit = find_next_bit(fault->opcodes, bitsize, zero);
237 bitmap_zero(ibd->fault->opcodes,
[all...]
H A Dfault.h29 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member in struct:fault
/linux-master/arch/arm/kernel/
H A Dopcodes.c3 * linux/arch/arm/kernel/opcodes.c
9 #include <asm/opcodes.h>
H A Dsmccc-call.S9 #include <asm/opcodes-sec.h>
10 #include <asm/opcodes-virt.h>
H A Dinsn.c4 #include <asm/opcodes.h>
H A Dpatch.c11 #include <asm/opcodes.h>
H A Dswp_emulate.c27 #include <asm/opcodes.h>
/linux-master/arch/s390/tools/
H A DMakefile21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c5 * Disassembles BPF JIT compiler emitted opcodes back to asm insn's for
53 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) argument
93 if (opcodes) {
258 printf(" -o Also display related opcodes (default: off).\n");
266 unsigned int len, klen, opt, opcodes = 0; local
277 opcodes = 1;
305 get_asm_insns(image, len, opcodes);
/linux-master/arch/arm64/kernel/pi/
H A Dpatch-scs.c129 u8 opcodes[]; member in struct:eh_frame::__anon21::__anon23
139 int size = frame->size - offsetof(struct eh_frame, opcodes) + 4;
141 const u8 *opcode = frame->opcodes;
156 * Starting from 'loc', apply the CFA opcodes that advance the location
/linux-master/arch/x86/kernel/
H A Ddumpstack.c118 u8 opcodes[OPCODE_BUFSIZE]; local
121 switch (copy_code(regs, opcodes, prologue, sizeof(opcodes))) {
124 __stringify(EPILOGUE_SIZE) "ph\n", loglvl, opcodes,
125 opcodes[PROLOGUE_SIZE], opcodes + PROLOGUE_SIZE + 1);
/linux-master/arch/arm/xen/
H A Dhypercall.S51 #include <asm/opcodes-virt.h>
/linux-master/arch/arm/probes/uprobes/
H A Dcore.c14 #include <asm/opcodes.h>
/linux-master/arch/arm/probes/kprobes/
H A Dactions-common.c13 #include <asm/opcodes.h>

Completed in 241 milliseconds

12