Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
arch_specific_insn Struct Reference

#include <kprobes.h>

Data Fields

kprobe_opcode_tinsn
 
kprobe_insn_handler_tinsn_handler
 
kprobe_check_ccinsn_check_cc
 
kprobe_insn_singlestep_tinsn_singlestep
 
kprobe_insn_fn_tinsn_fn
 
kprobe_opcode_t insn [MAX_INSN_SIZE]
 
unsigned long inst_flag
 
unsigned short target_br_reg
 
unsigned short slot
 
int boostable
 
int dummy
 

Detailed Description

Definition at line 39 of file kprobes.h.

Field Documentation

int boostable

Definition at line 79 of file kprobes.h.

Definition at line 68 of file kprobes.h.

Definition at line 26 of file kprobes.h.

Definition at line 40 of file kprobes.h.

kprobe_check_cc* insn_check_cc

Definition at line 42 of file kprobes.h.

kprobe_insn_fn_t* insn_fn

Definition at line 44 of file kprobes.h.

kprobe_insn_handler_t* insn_handler

Definition at line 41 of file kprobes.h.

kprobe_insn_singlestep_t* insn_singlestep

Definition at line 43 of file kprobes.h.

unsigned long inst_flag

Definition at line 114 of file kprobes.h.

unsigned short slot

Definition at line 116 of file kprobes.h.

unsigned short target_br_reg

Definition at line 115 of file kprobes.h.


The documentation for this struct was generated from the following files: