Home
last modified time | relevance | path

Searched refs:major_opcode (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dkprobes.c86 uint major_opcode, in update_kprobe_inst_flag() argument
99 if ((!major_opcode) && (!((kprobe_inst >> 27) & 0x1FF)) ) { in update_kprobe_inst_flag()
106 switch (major_opcode) { in update_kprobe_inst_flag()
122 switch (major_opcode) { in update_kprobe_inst_flag()
139 uint major_opcode, in is_cmp_ctype_unc_inst() argument
149 if (!((major_opcode == 0xC) || (major_opcode == 0xD) || in is_cmp_ctype_unc_inst()
150 (major_opcode == 0xE))) in is_cmp_ctype_unc_inst()
175 uint major_opcode, in unsupported_inst() argument
182 if (is_cmp_ctype_unc_inst(template, slot, major_opcode, kprobe_inst)) { in unsupported_inst()
193 if (major_opcode == 0) { in unsupported_inst()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/
H A D0003-Add-format-string-qualifier-to-fix-potential-securit.patch21 g_xim_protocol_name(major_opcode));
25 switch (major_opcode) {
/OK3568_Linux_fs/external/xserver/dix/
H A Dextension.c237 .major_opcode = 0 in ProcQueryExtension()
248 reply.major_opcode = extensions[i]->base; in ProcQueryExtension()
/OK3568_Linux_fs/external/xserver/test/bigreq/
H A Drequest-length.c60 xise_req.extension = rep->major_opcode; in main()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Ddisasm.c48 state->major_opcode = (word1 >> 11) & 0x1F; in disasm_instr()
51 if (state->major_opcode < 0x0B) { in disasm_instr()
67 switch (state->major_opcode) { in disasm_instr()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Ddisasm.h78 int major_opcode; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinit.c144 ext && ext->codes.major_opcode != ev->request_code; in dmxErrorHandler()