Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 200 of 292) sorted by relevance

12

/linux-4.1.27/arch/powerpc/include/asm/
Ddisassemble.h25 static inline unsigned int get_op(u32 inst) in get_op()
30 static inline unsigned int get_xop(u32 inst) in get_xop()
35 static inline unsigned int get_sprn(u32 inst) in get_sprn()
40 static inline unsigned int get_dcrn(u32 inst) in get_dcrn()
45 static inline unsigned int get_rt(u32 inst) in get_rt()
50 static inline unsigned int get_rs(u32 inst) in get_rs()
55 static inline unsigned int get_ra(u32 inst) in get_ra()
60 static inline unsigned int get_rb(u32 inst) in get_rb()
65 static inline unsigned int get_rc(u32 inst) in get_rc()
70 static inline unsigned int get_ws(u32 inst) in get_ws()
[all …]
Dkvm_ppc.h278 enum instruction_type type, u32 *inst) in kvmppc_get_last_inst()
311 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb) in kvmppc_get_field()
327 static inline u32 kvmppc_set_field(u64 inst, int msb, int lsb, int value) in kvmppc_set_field()
/linux-4.1.27/arch/arm/vfp/
Dvfpinstr.h13 #define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000) argument
14 #define INST_CPRT(inst) ((inst) & (1 << 4)) argument
15 #define INST_CPRT_L(inst) ((inst) & (1 << 20)) argument
16 #define INST_CPRT_Rd(inst) (((inst) & (15 << 12)) >> 12) argument
17 #define INST_CPRT_OP(inst) (((inst) >> 21) & 7) argument
18 #define INST_CPNUM(inst) ((inst) & 0xf00) argument
33 #define FOP_TO_IDX(inst) ((inst & 0x00b00000) >> 20 | (inst & (1 << 6)) >> 4) argument
52 #define FEXT_TO_IDX(inst) ((inst & 0x000f0000) >> 15 | (inst & (1 << 7)) >> 7) argument
54 #define vfp_get_sd(inst) ((inst & 0x0000f000) >> 11 | (inst & (1 << 22)) >> 22) argument
55 #define vfp_get_dd(inst) ((inst & 0x0000f000) >> 12 | (inst & (1 << 22)) >> 18) argument
[all …]
Dvfpmodule.c241 static void vfp_panic(char *reason, u32 inst) in vfp_panic()
256 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_raise_exceptions()
300 static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_emulate_instruction()
/linux-4.1.27/arch/arm/mach-omap2/
Dcm33xx.c51 static inline u32 am33xx_cm_read_reg(u16 inst, u16 idx) in am33xx_cm_read_reg()
57 static inline void am33xx_cm_write_reg(u32 val, u16 inst, u16 idx) in am33xx_cm_write_reg()
63 static inline u32 am33xx_cm_rmw_reg_bits(u32 mask, u32 bits, s16 inst, s16 idx) in am33xx_cm_rmw_reg_bits()
83 static u32 _clkctrl_idlest(u16 inst, u16 clkctrl_offs) in _clkctrl_idlest()
99 static bool _is_module_ready(u16 inst, u16 clkctrl_offs) in _is_module_ready()
118 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) in _clktrctrl_write()
138 static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_is_clkdm_in_hwsup()
157 static void am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_enable_hwsup()
171 static void am33xx_cm_clkdm_disable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_disable_hwsup()
184 static void am33xx_cm_clkdm_force_sleep(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_force_sleep()
[all …]
Dcminst44xx.c87 static u32 _clkctrl_idlest(u8 part, u16 inst, u16 clkctrl_offs) in _clkctrl_idlest()
104 static bool _is_module_ready(u8 part, u16 inst, u16 clkctrl_offs) in _is_module_ready()
115 static u32 omap4_cminst_read_inst_reg(u8 part, u16 inst, u16 idx) in omap4_cminst_read_inst_reg()
124 static void omap4_cminst_write_inst_reg(u32 val, u8 part, u16 inst, u16 idx) in omap4_cminst_write_inst_reg()
133 static u32 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, u16 inst, in omap4_cminst_rmw_inst_reg_bits()
146 static u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits()
151 static u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst, in omap4_cminst_clear_inst_reg_bits()
157 static u32 omap4_cminst_read_inst_reg_bits(u8 part, u16 inst, s16 idx, u32 mask) in omap4_cminst_read_inst_reg_bits()
182 static void _clktrctrl_write(u8 c, u8 part, u16 inst, u16 cdoffs) in _clktrctrl_write()
201 static bool omap4_cminst_is_clkdm_in_hwsup(u8 part, u16 inst, u16 cdoffs) in omap4_cminst_is_clkdm_in_hwsup()
[all …]
Dprminst44xx.c59 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx) in omap4_prminst_read_inst_reg()
68 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx) in omap4_prminst_write_inst_reg()
77 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_prminst_rmw_inst_reg_bits()
100 int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in omap4_prminst_is_hardreset_asserted()
124 int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, in omap4_prminst_assert_hardreset()
153 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset()
182 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prminst_global_warm_sw_reset() local
Dprm44xx.c90 static u32 omap4_prm_read_inst_reg(s16 inst, u16 reg) in omap4_prm_read_inst_reg()
96 static void omap4_prm_write_inst_reg(u32 val, s16 inst, u16 reg) in omap4_prm_write_inst_reg()
102 static u32 omap4_prm_rmw_inst_reg_bits(u32 mask, u32 bits, s16 inst, s16 reg) in omap4_prm_rmw_inst_reg_bits()
164 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prm_vcvp_read() local
175 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prm_vcvp_write() local
186 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prm_vcvp_rmw() local
300 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap44xx_prm_reconfigure_io_chain() local
345 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap44xx_prm_enable_io_wakeup() local
367 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap44xx_prm_read_reset_sources() local
396 static bool omap44xx_prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx) in omap44xx_prm_was_any_context_lost_old()
[all …]
Dprcm_mpu44xx.c31 u32 omap4_prcm_mpu_read_inst_reg(s16 inst, u16 reg) in omap4_prcm_mpu_read_inst_reg()
36 void omap4_prcm_mpu_write_inst_reg(u32 val, s16 inst, u16 reg) in omap4_prcm_mpu_write_inst_reg()
41 u32 omap4_prcm_mpu_rmw_inst_reg_bits(u32 mask, u32 bits, s16 inst, s16 reg) in omap4_prcm_mpu_rmw_inst_reg_bits()
Dprm33xx.c31 static u32 am33xx_prm_read_reg(s16 inst, u16 idx) in am33xx_prm_read_reg()
37 static void am33xx_prm_write_reg(u32 val, s16 inst, u16 idx) in am33xx_prm_write_reg()
43 static u32 am33xx_prm_rmw_reg_bits(u32 mask, u32 bits, s16 inst, s16 idx) in am33xx_prm_rmw_reg_bits()
67 static int am33xx_prm_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in am33xx_prm_is_hardreset_asserted()
93 static int am33xx_prm_assert_hardreset(u8 shift, u8 part, s16 inst, in am33xx_prm_assert_hardreset()
123 s16 inst, u16 rstctrl_offs, in am33xx_prm_deassert_hardreset()
Dcm_common.c144 int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs) in omap_cm_module_enable()
166 int omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) in omap_cm_module_disable()
Dprcm_mpu7xx.h29 #define DRA7XX_PRCM_MPU_REGADDR(inst, reg) \ argument
Dprcm_mpu54xx.h29 #define OMAP54XX_PRCM_MPU_REGADDR(inst, reg) \ argument
Dprm_common.c408 bool prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx) in prm_was_any_context_lost_old()
432 void prm_clear_context_loss_flags_old(u8 part, s16 inst, u16 idx) in prm_clear_context_loss_flags_old()
Dprcm_mpu44xx.h32 #define OMAP44XX_PRCM_MPU_REGADDR(inst, reg) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/
Diop_version_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sap_in_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sap_out_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sw_spu_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sw_cpu_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sw_cfg_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sw_mpu_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_version_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_scrc_out_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_scrc_in_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_fifo_out_extra_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_fifo_in_extra_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_trigger_grp_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_mpu_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sap_in_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_crc_par_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_fifo_in_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_timer_grp_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_fifo_out_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_dmc_out_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_dmc_in_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sap_out_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_spu_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Diop_sw_spu_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Dirq_nmi_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dstrcop_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Ddma.h75 #define DMA_ENABLE( inst ) \ argument
81 #define DMA_RESET( inst ) \ argument
87 #define DMA_STOP( inst ) \ argument
93 #define DMA_CONTINUE( inst ) \ argument
99 #define DMA_WR_CMD( inst, cmd_par ) \ argument
107 #define DMA_START_GROUP( inst, group_descr ) \ argument
115 #define DMA_START_CONTEXT( inst, ctx_descr ) \ argument
122 #define DMA_CONTINUE_DATA( inst ) \ argument
Dconfig_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Drt_trace_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Data_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dmarb_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
[all …]
Dbif_slave_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dmarb_bp_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
Dbif_core_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dser_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Ddma_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dsser_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Deth_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dextmem_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dbif_dma_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
/linux-4.1.27/arch/powerpc/kernel/
Dkvm.c80 static inline void kvm_patch_ins(u32 *inst, u32 new_inst) in kvm_patch_ins()
86 static void kvm_patch_ins_ll(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ll()
95 static void kvm_patch_ins_ld(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ld()
104 static void kvm_patch_ins_lwz(u32 *inst, long addr, u32 rt) in kvm_patch_ins_lwz()
109 static void kvm_patch_ins_std(u32 *inst, long addr, u32 rt) in kvm_patch_ins_std()
118 static void kvm_patch_ins_stw(u32 *inst, long addr, u32 rt) in kvm_patch_ins_stw()
123 static void kvm_patch_ins_nop(u32 *inst) in kvm_patch_ins_nop()
128 static void kvm_patch_ins_b(u32 *inst, int addr) in kvm_patch_ins_b()
164 static void kvm_patch_ins_mtmsrd(u32 *inst, u32 rt) in kvm_patch_ins_mtmsrd()
217 static void kvm_patch_ins_mtmsr(u32 *inst, u32 rt) in kvm_patch_ins_mtmsr()
[all …]
Depapr_paravirt.c51 u32 inst = be32_to_cpu(insts[i]); in early_init_dt_scan_epapr() local
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dstrmux_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dl2cache_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dclkgen_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dmarb_bar_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
[all …]
Dtimer_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dddr2_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dmarb_foo_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
[all …]
Dpio_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dpinmux_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dintr_vect_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dgio_defs.h15 #define REG_RD( scope, inst, reg ) \ argument
21 #define REG_WR( scope, inst, reg, val ) \ argument
27 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
41 #define REG_RD_INT( scope, inst, reg ) \ argument
46 #define REG_WR_INT( scope, inst, reg, val ) \ argument
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
72 #define REG_ADDR( scope, inst, reg ) \ argument
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dstrmux_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dconfig_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dmarb_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
[all …]
Dtimer_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dbif_slave_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dmarb_bp_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
Dgio_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dintr_vect_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dbif_core_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dpinmux_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
Dbif_dma_defs.h18 #define REG_RD( scope, inst, reg ) \ argument
24 #define REG_WR( scope, inst, reg, val ) \ argument
30 #define REG_RD_VECT( scope, inst, reg, index ) \ argument
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \ argument
44 #define REG_RD_INT( scope, inst, reg ) \ argument
49 #define REG_WR_INT( scope, inst, reg, val ) \ argument
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \ argument
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ argument
75 #define REG_ADDR( scope, inst, reg ) \ argument
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
/linux-4.1.27/net/netfilter/
Dnfnetlink_log.c104 struct nfulnl_instance *inst; in __instance_lookup() local
115 instance_get(struct nfulnl_instance *inst) in instance_get()
123 struct nfulnl_instance *inst; in instance_lookup_get() local
136 struct nfulnl_instance *inst = in nfulnl_instance_free_rcu() local
145 instance_put(struct nfulnl_instance *inst) in instance_put()
157 struct nfulnl_instance *inst; in instance_create() local
214 __instance_destroy(struct nfulnl_instance *inst) in __instance_destroy()
236 struct nfulnl_instance *inst) in instance_destroy()
244 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, in nfulnl_set_mode()
277 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz()
[all …]
Dnfnetlink_queue_core.c102 struct nfqnl_instance *inst; in instance_lookup() local
115 struct nfqnl_instance *inst; in instance_create() local
164 struct nfqnl_instance *inst = container_of(head, struct nfqnl_instance, in instance_destroy_rcu() local
173 __instance_destroy(struct nfqnl_instance *inst) in __instance_destroy()
180 instance_destroy(struct nfnl_queue_net *q, struct nfqnl_instance *inst) in instance_destroy()
799 struct nfqnl_instance *inst; in nfqnl_dev_drop() local
839 struct nfqnl_instance *inst; in nfqnl_nf_hook_drop() local
862 struct nfqnl_instance *inst; in nfqnl_rcv_nl_event() local
1274 const struct nfqnl_instance *inst = v; in seq_show() local
/linux-4.1.27/drivers/soc/ti/
Dknav_qmss_queue.c63 #define for_each_handle_rcu(qh, inst) \ argument
66 #define for_each_instance(idx, inst, kdev) \ argument
76 void knav_queue_notify(struct knav_queue_inst *inst) in knav_queue_notify()
98 struct knav_queue_inst *inst = _instdata; in knav_queue_int_handler() local
105 struct knav_queue_inst *inst) in knav_queue_setup_irq()
131 static void knav_queue_free_irq(struct knav_queue_inst *inst) in knav_queue_free_irq()
144 static inline bool knav_queue_is_busy(struct knav_queue_inst *inst) in knav_queue_is_busy()
149 static inline bool knav_queue_is_reserved(struct knav_queue_inst *inst) in knav_queue_is_reserved()
154 static inline bool knav_queue_is_shared(struct knav_queue_inst *inst) in knav_queue_is_shared()
169 static inline bool knav_queue_match_type(struct knav_queue_inst *inst, in knav_queue_match_type()
[all …]
Dknav_qmss_acc.c44 struct knav_queue_inst *inst; in __knav_acc_notify() local
425 struct knav_queue_inst *inst, unsigned flags) in knav_acc_open_queue()
433 struct knav_queue_inst *inst) in knav_acc_close_queue()
/linux-4.1.27/net/netfilter/ipset/
Dip_set_core.c59 #define ip_set(inst, id) \ argument
474 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_rcu_get() local
579 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_get_byname() local
605 __ip_set_put_byindex(struct ip_set_net *inst, ip_set_id_t index) in __ip_set_put_byindex()
619 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_put_byindex() local
660 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_nfnl_get_byindex() local
688 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_nfnl_put() local
753 find_set_and_id(struct ip_set_net *inst, const char *name, ip_set_id_t *id) in find_set_and_id()
770 find_set(struct ip_set_net *inst, const char *name) in find_set()
778 find_free_id(struct ip_set_net *inst, const char *name, ip_set_id_t *index, in find_free_id()
[all …]
/linux-4.1.27/drivers/phy/
Dphy-exynos4x12-usb2.c168 static void exynos4x12_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos4x12_isol()
195 static void exynos4x12_setup_clk(struct samsung_usb2_phy_instance *inst) in exynos4x12_setup_clk()
211 static void exynos4x12_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in exynos4x12_phy_pwr()
263 static void exynos4x12_power_on_int(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_on_int()
273 static int exynos4x12_power_on(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_on()
303 static void exynos4x12_power_off_int(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_off_int()
312 static int exynos4x12_power_off(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_off()
Dphy-s5pv210-usb2.c92 static void s5pv210_isol(struct samsung_usb2_phy_instance *inst, bool on) in s5pv210_isol()
112 static void s5pv210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in s5pv210_phy_pwr()
152 static int s5pv210_power_on(struct samsung_usb2_phy_instance *inst) in s5pv210_power_on()
160 static int s5pv210_power_off(struct samsung_usb2_phy_instance *inst) in s5pv210_power_off()
Dphy-exynos4210-usb2.c127 static void exynos4210_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos4210_isol()
149 static void exynos4210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in exynos4210_phy_pwr()
210 static int exynos4210_power_on(struct samsung_usb2_phy_instance *inst) in exynos4210_power_on()
219 static int exynos4210_power_off(struct samsung_usb2_phy_instance *inst) in exynos4210_power_off()
Dphy-exynos5-usbdrd.c187 struct exynos5_usbdrd_phy *to_usbdrd_phy(struct phy_usb_instance *inst) in to_usbdrd_phy()
230 static void exynos5_usbdrd_phy_isol(struct phy_usb_instance *inst, in exynos5_usbdrd_phy_isol()
250 exynos5_usbdrd_pipe3_set_refclk(struct phy_usb_instance *inst) in exynos5_usbdrd_pipe3_set_refclk()
296 exynos5_usbdrd_utmi_set_refclk(struct phy_usb_instance *inst) in exynos5_usbdrd_utmi_set_refclk()
358 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_init() local
420 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_exit() local
453 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_power_on() local
505 struct phy_usb_instance *inst = phy_get_drvdata(phy); in exynos5_usbdrd_phy_power_off() local
Dphy-samsung-usb2.c24 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_on() local
56 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_off() local
Dphy-exynos5250-usb2.c178 static void exynos5250_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos5250_isol()
200 static int exynos5250_power_on(struct samsung_usb2_phy_instance *inst) in exynos5250_power_on()
326 static int exynos5250_power_off(struct samsung_usb2_phy_instance *inst) in exynos5250_power_off()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_crypto.c61 void qat_crypto_put_instance(struct qat_crypto_instance *inst) in qat_crypto_put_instance()
69 struct qat_crypto_instance *inst; in qat_crypto_free_instances() local
126 struct qat_crypto_instance *inst; in qat_crypto_get_instance_node() local
155 struct qat_crypto_instance *inst; in qat_crypto_create_instances() local
Dqat_algs.c115 struct qat_crypto_instance *inst; member
128 struct qat_crypto_instance *inst; member
581 struct qat_crypto_instance *inst = in qat_alg_aead_setkey() local
624 static void qat_alg_free_bufl(struct qat_crypto_instance *inst, in qat_alg_free_bufl()
656 static int qat_alg_sgl_to_bufl(struct qat_crypto_instance *inst, in qat_alg_sgl_to_bufl()
802 struct qat_crypto_instance *inst = ctx->inst; in qat_aead_alg_callback() local
817 struct qat_crypto_instance *inst = ctx->inst; in qat_ablkcipher_alg_callback() local
968 struct qat_crypto_instance *inst = in qat_alg_ablkcipher_setkey() local
1122 struct qat_crypto_instance *inst = ctx->inst; in qat_alg_aead_exit() local
1159 struct qat_crypto_instance *inst = ctx->inst; in qat_alg_ablkcipher_exit() local
/linux-4.1.27/arch/mips/kvm/
Ddyntrans.c31 int kvm_mips_trans_cache_index(uint32_t inst, uint32_t *opc, in kvm_mips_trans_cache_index()
52 int kvm_mips_trans_cache_va(uint32_t inst, uint32_t *opc, in kvm_mips_trans_cache_va()
73 int kvm_mips_trans_mfc0(uint32_t inst, uint32_t *opc, struct kvm_vcpu *vcpu) in kvm_mips_trans_mfc0()
115 int kvm_mips_trans_mtc0(uint32_t inst, uint32_t *opc, struct kvm_vcpu *vcpu) in kvm_mips_trans_mtc0()
Demulate.c976 enum emulation_result kvm_mips_emulate_CP0(uint32_t inst, uint32_t *opc, in kvm_mips_emulate_CP0()
1316 enum emulation_result kvm_mips_emulate_store(uint32_t inst, uint32_t cause, in kvm_mips_emulate_store()
1428 enum emulation_result kvm_mips_emulate_load(uint32_t inst, uint32_t cause, in kvm_mips_emulate_load()
1572 enum emulation_result kvm_mips_emulate_cache(uint32_t inst, uint32_t *opc, in kvm_mips_emulate_cache()
1731 uint32_t inst; in kvm_mips_emulate_inst() local
2321 uint32_t inst; in kvm_mips_handle_ri() local
/linux-4.1.27/arch/ia64/kernel/
Dparavirt_patch.c99 ia64_inst_t inst; in paravirt_read_slot0() local
107 ia64_inst_t inst; in paravirt_read_slot1() local
116 ia64_inst_t inst; in paravirt_read_slot2() local
141 paravirt_write_slot0(bundle_t *bundle, ia64_inst_t inst) in paravirt_write_slot0()
147 paravirt_write_slot1(bundle_t *bundle, ia64_inst_t inst) in paravirt_write_slot1()
154 paravirt_write_slot2(bundle_t *bundle, ia64_inst_t inst) in paravirt_write_slot2()
160 paravirt_write_inst(unsigned long tag, ia64_inst_t inst) in paravirt_write_inst()
353 ia64_inst_t inst; member
369 ia64_inst_t inst; member
412 ia64_inst_t inst; member
[all …]
/linux-4.1.27/include/crypto/internal/
Dhash.h149 struct ahash_instance *inst) in ahash_crypto_instance()
155 struct crypto_instance *inst) in ahash_instance()
160 static inline void *ahash_instance_ctx(struct ahash_instance *inst) in ahash_instance_ctx()
206 struct shash_instance *inst) in shash_crypto_instance()
212 struct crypto_instance *inst) in shash_instance()
218 static inline void *shash_instance_ctx(struct shash_instance *inst) in shash_instance_ctx()
Daead.h29 struct crypto_aead_spawn *spawn, struct crypto_instance *inst) in crypto_set_aead_spawn()
Dskcipher.h29 struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst) in crypto_set_skcipher_spawn()
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/
Diop_version_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_in_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_out_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/asm/
Diop_version_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_scrc_in_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_scrc_out_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_crc_par_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_out_extra_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_in_extra_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_trigger_grp_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_mpu_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_in_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_in_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_timer_grp_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_out_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_dmc_in_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_dmc_out_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_out_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/asm/
Dirq_nmi_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dstrcop_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dcris_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dstrmux_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dconfig_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Drt_trace_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dtimer_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dmmu_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Data_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dgio_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dbif_slave_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dmarb_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
351 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
352 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
356 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
359 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Ddma_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dbif_core_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dintr_vect_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dser_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/crypto/
Dalgapi.c74 struct crypto_instance *inst = (void *)alg; in crypto_destroy_instance() local
104 static void crypto_remove_instance(struct crypto_instance *inst, in crypto_remove_instance()
148 struct crypto_instance *inst; in crypto_remove_spawns() local
463 struct crypto_instance *inst; in crypto_unregister_template() local
519 struct crypto_instance *inst) in crypto_register_instance()
563 int crypto_unregister_instance(struct crypto_instance *inst) in crypto_unregister_instance()
581 struct crypto_instance *inst, u32 mask) in crypto_init_spawn()
601 struct crypto_instance *inst, in crypto_init_spawn2()
794 struct crypto_instance *inst; in crypto_alloc_instance2() local
825 struct crypto_instance *inst; in crypto_alloc_instance() local
Dctr.c160 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_ctr_init_tfm() local
183 struct crypto_instance *inst; in crypto_ctr_alloc() local
239 static void crypto_ctr_free(struct crypto_instance *inst) in crypto_ctr_free()
308 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_rfc3686_init_tfm() local
339 struct crypto_instance *inst; in crypto_rfc3686_alloc() local
423 static void crypto_rfc3686_free(struct crypto_instance *inst) in crypto_rfc3686_free()
Dseqiv.c263 struct crypto_instance *inst; in seqiv_ablkcipher_alloc() local
289 struct crypto_instance *inst; in seqiv_aead_alloc() local
316 struct crypto_instance *inst; in seqiv_alloc() local
346 static void seqiv_free(struct crypto_instance *inst) in seqiv_free()
Decb.c99 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_ecb_init_tfm() local
120 struct crypto_instance *inst; in crypto_ecb_alloc() local
160 static void crypto_ecb_free(struct crypto_instance *inst) in crypto_ecb_free()
Dcryptd.c166 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue() local
275 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_blkcipher_init_tfm() local
302 struct crypto_instance *inst; in cryptd_alloc_instance() local
336 struct crypto_instance *inst; in cryptd_create_blkcipher() local
396 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_hash_init_tfm() local
597 struct ahash_instance *inst; in cryptd_create_hash() local
720 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_aead_init_tfm() local
747 struct crypto_instance *inst; in cryptd_create_aead() local
823 static void cryptd_free(struct crypto_instance *inst) in cryptd_free()
Dxts.c244 struct crypto_instance *inst = (void *)tfm->__crt_alg; in init_tfm() local
289 struct crypto_instance *inst; in alloc() local
337 static void free(struct crypto_instance *inst) in free()
Dcts.c255 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_cts_init_tfm() local
276 struct crypto_instance *inst; in crypto_cts_alloc() local
327 static void crypto_cts_free(struct crypto_instance *inst) in crypto_cts_free()
Dcbc.c195 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_cbc_init_tfm() local
216 struct crypto_instance *inst; in crypto_cbc_alloc() local
264 static void crypto_cbc_free(struct crypto_instance *inst) in crypto_cbc_free()
Dpcbc.c205 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_pcbc_init_tfm() local
226 struct crypto_instance *inst; in crypto_pcbc_alloc() local
270 static void crypto_pcbc_free(struct crypto_instance *inst) in crypto_pcbc_free()
Dccm.c434 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_ccm_init_tfm() local
481 struct crypto_instance *inst; in crypto_ccm_alloc_common() local
594 static void crypto_ccm_free(struct crypto_instance *inst) in crypto_ccm_free()
718 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_rfc4309_init_tfm() local
750 struct crypto_instance *inst; in crypto_rfc4309_alloc() local
831 static void crypto_rfc4309_free(struct crypto_instance *inst) in crypto_rfc4309_free()
Daead.c279 struct crypto_instance *inst; in aead_geniv_alloc() local
367 void aead_geniv_free(struct crypto_instance *inst) in aead_geniv_free()
376 struct crypto_instance *inst = (void *)tfm->__crt_alg; in aead_geniv_init() local
408 struct crypto_instance *inst; in crypto_nivaead_default() local
Dmcryptd.c222 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_get_queue() local
232 struct crypto_instance *inst; in mcryptd_alloc_instance() local
277 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_hash_init_tfm() local
494 struct ahash_instance *inst; in mcryptd_create_hash() local
574 static void mcryptd_free(struct crypto_instance *inst) in mcryptd_free()
Dpcrypt.c276 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in pcrypt_aead_init_tfm() local
311 struct crypto_instance *inst; in pcrypt_alloc_instance() local
350 struct crypto_instance *inst; in pcrypt_alloc_aead() local
400 static void pcrypt_free(struct crypto_instance *inst) in pcrypt_free()
Dlrw.c299 struct crypto_instance *inst = (void *)tfm->__crt_alg; in init_tfm() local
328 struct crypto_instance *inst; in alloc() local
375 static void free(struct crypto_instance *inst) in free()
Dgcm.c653 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_gcm_init_tfm() local
703 struct crypto_instance *inst; in crypto_gcm_alloc_common() local
814 static void crypto_gcm_free(struct crypto_instance *inst) in crypto_gcm_free()
935 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_rfc4106_init_tfm() local
967 struct crypto_instance *inst; in crypto_rfc4106_alloc() local
1048 static void crypto_rfc4106_free(struct crypto_instance *inst) in crypto_rfc4106_free()
1236 struct crypto_instance *inst = (void *)tfm->__crt_alg; in crypto_rfc4543_init_tfm() local
1282 struct crypto_instance *inst; in crypto_rfc4543_alloc() local
1375 static void crypto_rfc4543_free(struct crypto_instance *inst) in crypto_rfc4543_free()
Deseqiv.c208 struct crypto_instance *inst; in eseqiv_alloc() local
242 static void eseqiv_free(struct crypto_instance *inst) in eseqiv_free()
Dxcbc.c180 struct crypto_instance *inst = (void *)tfm->__crt_alg; in xcbc_init_tfm() local
201 struct shash_instance *inst; in xcbc_create() local
Dcmac.c206 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cmac_init_tfm() local
227 struct shash_instance *inst; in cmac_create() local
Dhmac.c160 struct crypto_instance *inst = (void *)tfm->__crt_alg; in hmac_init_tfm() local
183 struct shash_instance *inst; in hmac_create() local
Dchainiv.c290 struct crypto_instance *inst; in chainiv_alloc() local
334 static void chainiv_free(struct crypto_instance *inst) in chainiv_free()
Dahash.c582 struct ahash_instance *inst) in ahash_register_instance()
594 void ahash_free_instance(struct crypto_instance *inst) in ahash_free_instance()
603 struct crypto_instance *inst) in crypto_init_ahash_spawn()
Dblkcipher.c599 struct crypto_instance *inst; in skcipher_geniv_alloc() local
713 void skcipher_geniv_free(struct crypto_instance *inst) in skcipher_geniv_free()
722 struct crypto_instance *inst = (void *)tfm->__crt_alg; in skcipher_geniv_init() local
Dauthenc.c549 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_authenc_init_tfm() local
599 struct crypto_instance *inst; in crypto_authenc_alloc() local
693 static void crypto_authenc_free(struct crypto_instance *inst) in crypto_authenc_free()
Dauthencesn.c641 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_authenc_esn_init_tfm() local
691 struct crypto_instance *inst; in crypto_authenc_esn_alloc() local
785 static void crypto_authenc_esn_free(struct crypto_instance *inst) in crypto_authenc_esn_free()
Dshash.c672 struct shash_instance *inst) in shash_register_instance()
684 void shash_free_instance(struct crypto_instance *inst) in shash_free_instance()
693 struct crypto_instance *inst) in crypto_init_shash_spawn()
/linux-4.1.27/arch/x86/crypto/
Dfpu.c83 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_fpu_init_tfm() local
104 struct crypto_instance *inst; in crypto_fpu_alloc() local
141 static void crypto_fpu_free(struct crypto_instance *inst) in crypto_fpu_free()
/linux-4.1.27/arch/powerpc/mm/
Dicswx.c175 u32 inst; in acop_get_inst() local
201 u32 inst = 0; in acop_handle_fault() local
Dfault.c77 unsigned int inst; in store_updates_sp() local
/linux-4.1.27/arch/sh/kernel/
Dtraps_32.c573 unsigned short inst = 0; in is_dsp_inst() local
621 unsigned short inst = 0; in do_reserved_inst() local
653 static int emulate_branch(unsigned short inst, struct pt_regs *regs) in emulate_branch()
703 unsigned long inst; in do_illegal_slot_inst() local
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/
Dconfig_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dtimer_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dgio_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dbif_core_defs_asm.h44 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/arch/mips/netlogic/xlp/
Dusb-init.c65 #define nlm_get_usb_pcibase(node, inst) \ argument
67 #define nlm_get_usb_regbase(node, inst) \ argument
Dusb-init-xlp2.c87 #define nlm_xlpii_get_usb_pcibase(node, inst) \ argument
91 #define nlm_xlpii_get_usb_regbase(node, inst) \ argument
/linux-4.1.27/arch/mips/kernel/
Dbranch.c29 unsigned short inst; in __isa_exception_epc() local
317 union mips16e_instruction inst; in __MIPS16e_compute_return_epc() local
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dlow_i2c.c1235 struct pmac_i2c_pf_inst *inst; in pmac_i2c_do_begin() local
1268 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_end() local
1278 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_read() local
1287 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_write() local
1299 static void pmac_i2c_do_apply_rmw(struct pmac_i2c_pf_inst *inst, in pmac_i2c_do_apply_rmw()
1318 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_rmw() local
1332 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_read_sub() local
1342 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_write_sub() local
1350 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_set_mode() local
1359 struct pmac_i2c_pf_inst *inst = instdata; in pmac_i2c_do_rmw_sub() local
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv44.c67 u32 inst = 0x80000000 | nv_gpuobj(chan)->addr >> 4; in nv44_mpeg_context_fini() local
101 u32 inst = nv_rd32(priv, 0x00b318) & 0x000fffff; in nv44_mpeg_intr() local
Dnv40.c37 u32 inst = *(u32 *)arg << 4; in nv40_mpeg_mthd_dma() local
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_emulate.c90 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr()
658 u32 kvmppc_alignment_dsisr(struct kvm_vcpu *vcpu, unsigned int inst) in kvmppc_alignment_dsisr()
663 ulong kvmppc_alignment_dar(struct kvm_vcpu *vcpu, unsigned int inst) in kvmppc_alignment_dar()
Demulate_loadstore.c53 u32 inst; in kvmppc_emulate_loadstore() local
De500_emulate.c88 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv()
117 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500()
Demulate.c214 u32 inst; in kvmppc_emulate_instruction() local
Dbooke_emulate.c54 unsigned int inst, int *advance) in kvmppc_booke_emulate_op()
Dbook3s_paired_singles.c350 static inline u32 inst_get_field(u32 inst, int msb, int lsb) in inst_get_field()
355 bool kvmppc_inst_is_paired_single(struct kvm_vcpu *vcpu, u32 inst) in kvmppc_inst_is_paired_single()
491 static int get_d_signext(u32 inst) in get_d_signext()
634 u32 inst; in kvmppc_emulate_paired_single() local
/linux-4.1.27/arch/x86/lib/
Drwsem.S21 #define __ASM_HALF_SIZE(inst) __ASM_SEL(inst##w, inst##l) argument
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm/
Dclkgen_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dtimer_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dddr2_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dpio_defs_asm.h41 #define REG_ADDR( scope, inst, reg ) REG_ADDR_X_(inst, reg_##scope##_##reg##_offset) argument
42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
46 #define REG_ADDR_VECT( scope, inst, reg, index ) \ argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/arch/tile/lib/
Dmemcpy_user_64.c28 #define _ST(p, inst, v) \ argument
40 #define _LD(p, inst) \ argument
/linux-4.1.27/arch/tile/include/arch/
Dmpipe_shm.h145 uint_reg_t inst : 2; member
178 uint_reg_t inst : 2; member
474 uint_reg_t inst : 2; member
507 uint_reg_t inst : 2; member
/linux-4.1.27/arch/mips/include/asm/netlogic/xlp-hal/
Duart.h96 #define nlm_get_uart_pcibase(node, inst) \ argument
99 #define nlm_get_uart_regbase(node, inst) \ argument
/linux-4.1.27/arch/unicore32/kernel/
Dfpu-ucf64.c78 void ucf64_exchandler(u32 inst, u32 fpexc, struct pt_regs *regs) in ucf64_exchandler()
/linux-4.1.27/arch/mips/include/asm/
Dbranch.h89 union mips16e_instruction *inst) in MIPS16e_compute_return_epc()
/linux-4.1.27/arch/microblaze/mm/
Dfault.c48 unsigned int inst; in store_updates_sp() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv40.c160 u32 inst = 0x01000000 | nv_gpuobj(chan)->addr >> 4; in nv40_gr_context_fini() local
294 u32 inst = nv_rd32(priv, 0x40032c) & 0x000fffff; in nv40_gr_intr() local
Dnv50.c574 int chid, u64 inst, struct nvkm_object *engctx) in nv50_gr_trap_handler()
792 u32 inst = nv_rd32(priv, 0x40032c) & 0x0fffffff; in nv50_gr_intr() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/
Dg98.c84 u32 inst = nv_rd32(priv, 0x087050) & 0x3fffffff; in g98_sec_intr() local
/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c116 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit()
130 static inline void emit(u32 inst, struct jit_ctx *ctx) in emit()
484 const struct sock_filter *inst; in build_body() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/
Dgt215.c86 u64 inst = nv_ro32(falcon, 0x050) & 0x3fffffff; in gt215_ce_intr() local
/linux-4.1.27/arch/parisc/mm/
Dfault.c51 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp()
/linux-4.1.27/arch/metag/kernel/
Dtraps.c605 static bool switch_is_syscall(unsigned int inst) in switch_is_syscall()
610 static bool switch_is_legacy_syscall(unsigned int inst) in switch_is_legacy_syscall()
615 static inline void step_over_switch(struct pt_regs *regs, unsigned int inst) in step_over_switch()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c118 u32 inst = nv_rd32(priv, 0x102188) & 0x7fffffff; in g84_cipher_intr() local
/linux-4.1.27/include/crypto/
Dalgapi.h63 struct crypto_instance *inst; member
154 struct crypto_instance *inst) in crypto_set_spawn()
221 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()
/linux-4.1.27/arch/m32r/kernel/
Dsignal.c221 u16 inst; in prev_insn() local
/linux-4.1.27/drivers/edac/
Damd8131_edac.h93 enum pcix_bridge_inst inst; member
/linux-4.1.27/net/ceph/
Ddebugfs.c43 struct ceph_entity_inst *inst = in monmap_show() local

12