Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dfault.c135 /* 1280 = 256 opcodes * 4 chars/opcode + 255 commas + NULL */ in fault_opcodes_write()
180 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
190 clear_bit(i, fault->opcodes); in fault_opcodes_write()
192 set_bit(i, fault->opcodes); in fault_opcodes_write()
213 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read()
221 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read()
223 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read()
232 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read()
279 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dfault.c93 /* 1280 = 256 opcodes * 4 chars/opcode + 255 commas + NULL */ in fault_opcodes_write()
138 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
148 clear_bit(i, fault->opcodes); in fault_opcodes_write()
150 set_bit(i, fault->opcodes); in fault_opcodes_write()
171 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read()
179 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read()
181 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read()
190 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read()
237 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
[all...]
/kernel/linux/linux-6.6/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 */
87 const u32 *opcodes; member
94 .opcodes
132 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) ice_vc_allowlist_opcodes() argument
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
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) in draw_bb_node()
406 opcodes, linum); in draw_bb_node()
434 bool opcodes, bool linum) in func_output_bb_def()
439 draw_bb_node(func, bb, dd, opcodes, linum); in func_output_bb_def()
460 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() argument
468 func_output_bb_def(func, dd, opcodes, linum); in cfg_dump()
476 bool opcodes, bool linum) in dump_xlated_cfg()
485 cfg_dump(&cfg, dd, opcodes, linum); in dump_xlated_cfg()
384 draw_bb_node(struct func_node *func, struct bb_node *bb, struct dump_data *dd, bool opcodes, bool linum) draw_bb_node() argument
433 func_output_bb_def(struct func_node *func, struct dump_data *dd, bool opcodes, bool linum) func_output_bb_def() argument
475 dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) dump_xlated_cfg() argument
H A Dxlated_dumper.c219 bool opcodes, bool linum) in dump_xlated_json()
273 if (opcodes) { in dump_xlated_json()
274 jsonw_name(json_wtr, "opcodes"); in dump_xlated_json()
304 bool opcodes, bool linum) in dump_xlated_plain()
355 if (opcodes) { in dump_xlated_plain()
369 bool opcodes, bool linum) in dump_xlated_for_graph()
421 if (opcodes) { in dump_xlated_for_graph()
218 dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) dump_xlated_json() argument
303 dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) dump_xlated_plain() argument
367 dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, unsigned int start_idx, bool opcodes, bool linum) dump_xlated_for_graph() argument
H A Dcfg.h10 bool opcodes, bool linum);
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ddumpstack.c124 u8 opcodes[OPCODE_BUFSIZE]; in show_opcodes() local
127 switch (copy_code(regs, opcodes, prologue, sizeof(opcodes))) { in show_opcodes()
130 __stringify(EPILOGUE_SIZE) "ph\n", loglvl, opcodes, in show_opcodes()
131 opcodes[PROLOGUE_SIZE], opcodes + PROLOGUE_SIZE + 1); in show_opcodes()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Ddumpstack.c118 u8 opcodes[OPCODE_BUFSIZE]; in show_opcodes() local
121 switch (copy_code(regs, opcodes, prologue, sizeof(opcodes))) { in show_opcodes()
124 __stringify(EPILOGUE_SIZE) "ph\n", loglvl, opcodes, in show_opcodes()
125 opcodes[PROLOGUE_SIZE], opcodes + PROLOGUE_SIZE + 1); in show_opcodes()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dxlated_dumper.h33 bool opcodes, bool linum);
35 bool opcodes, bool linum);
H A Djit_disasm.c7 * Disassembles BPF JIT compiler emitted opcodes back to asm insn's for
76 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
176 if (opcodes) { in disasm_print_insn()
178 jsonw_name(json_wtr, "opcodes"); in disasm_print_insn()
H A Dxlated_dumper.c206 bool opcodes, bool linum) in dump_xlated_json()
260 if (opcodes) { in dump_xlated_json()
261 jsonw_name(json_wtr, "opcodes"); in dump_xlated_json()
291 bool opcodes, bool linum) in dump_xlated_plain()
342 if (opcodes) { in dump_xlated_plain()
205 dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) dump_xlated_json() argument
290 dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len, bool opcodes, bool linum) dump_xlated_plain() argument
/kernel/linux/linux-5.10/tools/bpf/
H A Dbpf_jit_disasm.c5 * Disassembles BPF JIT compiler emitted opcodes back to asm insn's for
52 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument
90 if (opcodes) { in get_asm_insns()
255 printf(" -o Also display related opcodes (default: off).\n"); in usage()
263 unsigned int len, klen, opt, opcodes = 0; in main() local
274 opcodes = 1; in main()
302 get_asm_insns(image, len, opcodes); in main()
/kernel/linux/linux-6.6/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) in get_asm_insns() argument
93 if (opcodes) { in get_asm_insns()
258 printf(" -o Also display related opcodes (default: off).\n"); in usage()
266 unsigned int len, klen, opt, opcodes = 0; in main() local
277 opcodes = 1; in main()
305 get_asm_insns(image, len, opcodes); in main()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dpatch-scs.c126 u8 opcodes[]; member
136 int size = frame->size - offsetof(struct eh_frame, opcodes) + 4; in scs_handle_fde_frame()
138 const u8 *opcode = frame->opcodes; in scs_handle_fde_frame()
153 * Starting from 'loc', apply the CFA opcodes that advance the location in scs_handle_fde_frame()
/kernel/linux/linux-5.10/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 Dkgdb.h15 #include <asm/opcodes.h>
H A Duprobes.h10 #include <asm/opcodes.h>
/kernel/linux/linux-6.6/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 Dkgdb.h15 #include <asm/opcodes.h>
H A Duprobes.h10 #include <asm/opcodes.h>
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dopcodes.c3 * linux/arch/arm/kernel/opcodes.c
9 #include <asm/opcodes.h>
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dopcodes.c3 * linux/arch/arm/kernel/opcodes.c
9 #include <asm/opcodes.h>

Completed in 10 milliseconds

1234