/linux-4.4.14/arch/powerpc/include/asm/ |
D | disassemble.h | 25 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_tmrn(u32 inst) in get_tmrn() 50 static inline unsigned int get_rt(u32 inst) in get_rt() 55 static inline unsigned int get_rs(u32 inst) in get_rs() 60 static inline unsigned int get_ra(u32 inst) in get_ra() 65 static inline unsigned int get_rb(u32 inst) in get_rb() 70 static inline unsigned int get_rc(u32 inst) in get_rc() [all …]
|
D | kvm_ppc.h | 280 enum instruction_type type, u32 *inst) in kvmppc_get_last_inst() 313 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb) in kvmppc_get_field() 329 static inline u32 kvmppc_set_field(u64 inst, int msb, int lsb, int value) in kvmppc_set_field()
|
/linux-4.4.14/arch/arm/vfp/ |
D | vfpinstr.h | 13 #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 …]
|
D | vfpmodule.c | 241 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.4.14/arch/arm/mach-omap2/ |
D | cm33xx.c | 51 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 …]
|
D | cminst44xx.c | 87 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 …]
|
D | prminst44xx.c | 59 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
|
D | prm44xx.c | 92 static u32 omap4_prm_read_inst_reg(s16 inst, u16 reg) in omap4_prm_read_inst_reg() 98 static void omap4_prm_write_inst_reg(u32 val, s16 inst, u16 reg) in omap4_prm_write_inst_reg() 104 static u32 omap4_prm_rmw_inst_reg_bits(u32 mask, u32 bits, s16 inst, s16 reg) in omap4_prm_rmw_inst_reg_bits() 166 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prm_vcvp_read() local 177 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prm_vcvp_write() local 188 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prm_vcvp_rmw() local 304 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap44xx_prm_reconfigure_io_chain() local 349 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap44xx_prm_enable_io_wakeup() local 371 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap44xx_prm_read_reset_sources() local 400 static bool omap44xx_prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx) in omap44xx_prm_was_any_context_lost_old() [all …]
|
D | prcm_mpu44xx.c | 31 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()
|
D | prm33xx.c | 31 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()
|
D | cm_common.c | 144 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()
|
D | prcm_mpu7xx.h | 29 #define DRA7XX_PRCM_MPU_REGADDR(inst, reg) \ argument
|
D | prcm_mpu54xx.h | 29 #define OMAP54XX_PRCM_MPU_REGADDR(inst, reg) \ argument
|
D | prm_common.c | 408 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()
|
D | prcm_mpu44xx.h | 32 #define OMAP44XX_PRCM_MPU_REGADDR(inst, reg) \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv04.c | 445 nv04_gr_set_ctx1(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx1() 460 nv04_gr_set_ctx_val(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx_val() 508 nv04_gr_mthd_set_operation(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_set_operation() 523 nv04_gr_mthd_surf3d_clip_h(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_h() 541 nv04_gr_mthd_surf3d_clip_v(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_v() 559 nv04_gr_mthd_bind_class(struct nvkm_device *device, u32 inst) in nv04_gr_mthd_bind_class() 565 nv04_gr_mthd_bind_surf2d(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d() 581 nv04_gr_mthd_bind_surf2d_swzsurf(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d_swzsurf() 601 nv01_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv01_gr_mthd_bind_patt() 615 nv04_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_patt() [all …]
|
D | nv20.c | 20 u32 inst = nvkm_memory_addr(chan->inst); in nv20_gr_chan_init() local 34 u32 inst = nvkm_memory_addr(chan->inst); in nv20_gr_chan_fini() local
|
D | nv20.h | 27 struct nvkm_memory *inst; member
|
D | nv40.c | 98 u32 inst = 0x01000000 | chan->inst >> 4; in nv40_gr_chan_fini() local 241 u32 inst = nvkm_rd32(device, 0x40032c) & 0x000fffff; in nv40_gr_intr() local
|
D | nv40.h | 24 u32 inst; member
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/ |
D | iop_version_defs.h | 15 #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
|
D | iop_sap_in_defs.h | 15 #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
|
D | iop_sap_out_defs.h | 15 #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
|
D | iop_sw_spu_defs.h | 15 #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
|
D | iop_sw_cpu_defs.h | 15 #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
|
D | iop_sw_cfg_defs.h | 15 #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.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_version_defs.h | 18 #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
|
D | iop_scrc_out_defs.h | 18 #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
|
D | iop_scrc_in_defs.h | 18 #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
|
D | iop_fifo_out_extra_defs.h | 18 #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
|
D | iop_fifo_in_extra_defs.h | 18 #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
|
D | iop_trigger_grp_defs.h | 18 #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
|
D | iop_sap_in_defs.h | 18 #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
|
D | iop_mpu_defs.h | 18 #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
|
D | iop_crc_par_defs.h | 18 #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
|
D | iop_fifo_in_defs.h | 18 #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
|
D | iop_timer_grp_defs.h | 18 #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
|
D | iop_fifo_out_defs.h | 18 #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
|
D | iop_dmc_out_defs.h | 18 #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
|
D | iop_dmc_in_defs.h | 18 #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
|
D | iop_sap_out_defs.h | 18 #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
|
D | iop_spu_defs.h | 18 #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
|
D | iop_sw_spu_defs.h | 18 #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.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | irq_nmi_defs.h | 18 #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
|
D | strcop_defs.h | 18 #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
|
D | dma.h | 75 #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
|
D | config_defs.h | 18 #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
|
D | rt_trace_defs.h | 18 #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
|
D | ata_defs.h | 18 #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
|
D | marb_defs.h | 18 #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 …]
|
D | bif_slave_defs.h | 18 #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
|
D | marb_bp_defs.h | 18 #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
|
D | ser_defs.h | 18 #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
|
D | bif_core_defs.h | 18 #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
|
D | sser_defs.h | 18 #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
|
D | dma_defs.h | 18 #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
|
D | eth_defs.h | 18 #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
|
D | extmem_defs.h | 18 #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
|
D | bif_dma_defs.h | 18 #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.4.14/arch/powerpc/kernel/ |
D | kvm.c | 80 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 …]
|
D | epapr_paravirt.c | 51 u32 inst = be32_to_cpu(insts[i]); in early_init_dt_scan_epapr() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | strmux_defs.h | 15 #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
|
D | l2cache_defs.h | 15 #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
|
D | clkgen_defs.h | 15 #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
|
D | marb_bar_defs.h | 15 #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 …]
|
D | timer_defs.h | 15 #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
|
D | ddr2_defs.h | 15 #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
|
D | marb_foo_defs.h | 15 #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 …]
|
D | pio_defs.h | 15 #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
|
D | pinmux_defs.h | 15 #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
|
D | intr_vect_defs.h | 15 #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.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | strmux_defs.h | 18 #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
|
D | config_defs.h | 18 #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
|
D | marb_defs.h | 18 #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 …]
|
D | timer_defs.h | 18 #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
|
D | bif_slave_defs.h | 18 #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
|
D | marb_bp_defs.h | 18 #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
|
D | gio_defs.h | 18 #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
|
D | intr_vect_defs.h | 18 #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
|
D | bif_core_defs.h | 18 #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
|
D | pinmux_defs.h | 18 #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
|
D | bif_dma_defs.h | 18 #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.4.14/net/netfilter/ |
D | nfnetlink_log.c | 105 struct nfulnl_instance *inst; in __instance_lookup() local 116 instance_get(struct nfulnl_instance *inst) in instance_get() 124 struct nfulnl_instance *inst; in instance_lookup_get() local 137 struct nfulnl_instance *inst = in nfulnl_instance_free_rcu() local 146 instance_put(struct nfulnl_instance *inst) in instance_put() 158 struct nfulnl_instance *inst; in instance_create() local 215 __instance_destroy(struct nfulnl_instance *inst) in __instance_destroy() 237 struct nfulnl_instance *inst) in instance_destroy() 245 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, in nfulnl_set_mode() 278 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz() [all …]
|
D | nfnetlink_queue.c | 102 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() 833 struct nfqnl_instance *inst; in nfqnl_dev_drop() local 871 struct nfqnl_instance *inst; in nfqnl_nf_hook_drop() local 894 struct nfqnl_instance *inst; in nfqnl_rcv_nl_event() local 1333 const struct nfqnl_instance *inst = v; in seq_show() local
|
/linux-4.4.14/drivers/soc/ti/ |
D | knav_qmss_queue.c | 63 #define for_each_handle_rcu(qh, inst) \ argument 66 #define for_each_instance(idx, inst, kdev) \ argument 82 void knav_queue_notify(struct knav_queue_inst *inst) in knav_queue_notify() 104 struct knav_queue_inst *inst = _instdata; in knav_queue_int_handler() local 111 struct knav_queue_inst *inst) in knav_queue_setup_irq() 137 static void knav_queue_free_irq(struct knav_queue_inst *inst) in knav_queue_free_irq() 150 static inline bool knav_queue_is_busy(struct knav_queue_inst *inst) in knav_queue_is_busy() 155 static inline bool knav_queue_is_reserved(struct knav_queue_inst *inst) in knav_queue_is_reserved() 160 static inline bool knav_queue_is_shared(struct knav_queue_inst *inst) in knav_queue_is_shared() 175 static inline bool knav_queue_match_type(struct knav_queue_inst *inst, in knav_queue_match_type() [all …]
|
D | knav_qmss_acc.c | 44 struct knav_queue_inst *inst; in __knav_acc_notify() local 429 struct knav_queue_inst *inst, unsigned flags) in knav_acc_open_queue() 437 struct knav_queue_inst *inst) in knav_acc_close_queue()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 61 #define ip_set(inst, id) \ argument 510 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_rcu_get() local 611 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_get_byname() local 636 __ip_set_put_byindex(struct ip_set_net *inst, ip_set_id_t index) in __ip_set_put_byindex() 650 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_put_byindex() local 688 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_nfnl_get_byindex() local 715 struct ip_set_net *inst = ip_set_pernet(net); in ip_set_nfnl_put() local 779 find_set_and_id(struct ip_set_net *inst, const char *name, ip_set_id_t *id) in find_set_and_id() 796 find_set(struct ip_set_net *inst, const char *name) in find_set() 804 find_free_id(struct ip_set_net *inst, const char *name, ip_set_id_t *index, in find_free_id() [all …]
|
/linux-4.4.14/drivers/phy/ |
D | phy-exynos4x12-usb2.c | 168 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()
|
D | phy-s5pv210-usb2.c | 92 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()
|
D | phy-exynos4210-usb2.c | 127 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()
|
D | phy-exynos5-usbdrd.c | 187 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
|
D | phy-samsung-usb2.c | 24 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_on() local 66 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_off() local
|
D | phy-exynos5250-usb2.c | 178 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.4.14/arch/mips/kvm/ |
D | dyntrans.c | 31 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()
|
D | emulate.c | 976 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.4.14/include/crypto/internal/ |
D | hash.h | 149 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()
|
D | aead.h | 48 struct aead_instance *inst) in aead_crypto_instance() 53 static inline struct aead_instance *aead_instance(struct crypto_instance *inst) in aead_instance() 63 static inline void *aead_instance_ctx(struct aead_instance *inst) in aead_instance_ctx() 84 struct crypto_aead_spawn *spawn, struct crypto_instance *inst) in crypto_set_aead_spawn()
|
D | skcipher.h | 29 struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst) in crypto_set_skcipher_spawn()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_crypto.c | 61 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 100 struct qat_crypto_instance *inst = NULL; in qat_crypto_get_instance_node() local 168 struct qat_crypto_instance *inst; in qat_crypto_create_instances() local
|
D | qat_asym_algs.c | 102 struct qat_crypto_instance *inst; member 244 struct qat_crypto_instance *inst = ctx->inst; in qat_rsa_enc() local 375 struct qat_crypto_instance *inst = ctx->inst; in qat_rsa_dec() local 507 struct qat_crypto_instance *inst = ctx->inst; in qat_rsa_get_n() local 545 struct qat_crypto_instance *inst = ctx->inst; in qat_rsa_get_e() local 572 struct qat_crypto_instance *inst = ctx->inst; in qat_rsa_get_d() local 686 struct qat_crypto_instance *inst = in qat_rsa_init_tfm() local
|
D | qat_algs.c | 114 struct qat_crypto_instance *inst; member 124 struct qat_crypto_instance *inst; member 590 struct qat_crypto_instance *inst = in qat_alg_aead_setkey() local 630 static void qat_alg_free_bufl(struct qat_crypto_instance *inst, in qat_alg_free_bufl() 662 static int qat_alg_sgl_to_bufl(struct qat_crypto_instance *inst, in qat_alg_sgl_to_bufl() 779 struct qat_crypto_instance *inst = ctx->inst; in qat_aead_alg_callback() local 794 struct qat_crypto_instance *inst = ctx->inst; in qat_ablkcipher_alg_callback() local 919 struct qat_crypto_instance *inst = in qat_alg_ablkcipher_setkey() local 1090 struct qat_crypto_instance *inst = ctx->inst; in qat_alg_aead_exit() local 1126 struct qat_crypto_instance *inst = ctx->inst; in qat_alg_ablkcipher_exit() local
|
/linux-4.4.14/crypto/ |
D | algapi.c | 70 static void crypto_free_instance(struct crypto_instance *inst) in crypto_free_instance() 82 struct crypto_instance *inst = (void *)alg; in crypto_destroy_instance() local 112 static void crypto_remove_instance(struct crypto_instance *inst, in crypto_remove_instance() 156 struct crypto_instance *inst; in crypto_remove_spawns() local 471 struct crypto_instance *inst; in crypto_unregister_template() local 527 struct crypto_instance *inst) in crypto_register_instance() 571 int crypto_unregister_instance(struct crypto_instance *inst) in crypto_unregister_instance() 589 struct crypto_instance *inst, u32 mask) in crypto_init_spawn() 609 struct crypto_instance *inst, in crypto_init_spawn2() 818 struct crypto_instance *inst; in crypto_alloc_instance2() local [all …]
|
D | authenc.c | 122 struct aead_instance *inst = aead_alg_instance(authenc); in authenc_geniv_ahash_done() local 141 struct aead_instance *inst = aead_alg_instance(authenc); in crypto_authenc_genicv() local 198 struct aead_instance *inst = aead_alg_instance(authenc); in crypto_authenc_encrypt() local 238 struct aead_instance *inst = aead_alg_instance(authenc); in crypto_authenc_decrypt_tail() local 290 struct aead_instance *inst = aead_alg_instance(authenc); in crypto_authenc_decrypt() local 317 struct aead_instance *inst = aead_alg_instance(tfm); in crypto_authenc_init_tfm() local 371 static void crypto_authenc_free(struct aead_instance *inst) in crypto_authenc_free() 384 struct aead_instance *inst; in crypto_authenc_create() local
|
D | ctr.c | 160 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()
|
D | aead.c | 149 static void crypto_aead_free_instance(struct crypto_instance *inst) in crypto_aead_free_instance() 197 struct aead_instance *inst; in aead_geniv_alloc() local 271 void aead_geniv_free(struct aead_instance *inst) in aead_geniv_free() 281 struct aead_instance *inst = aead_alg_instance(aead); in aead_init_geniv() local 408 struct aead_instance *inst) in aead_register_instance()
|
D | ecb.c | 99 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()
|
D | cryptd.c | 166 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue() local 274 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_blkcipher_init_tfm() local 297 static int cryptd_init_instance(struct crypto_instance *inst, in cryptd_init_instance() 318 struct crypto_instance *inst; in cryptd_alloc_instance() local 345 struct crypto_instance *inst; in cryptd_create_blkcipher() local 405 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_hash_init_tfm() local 606 struct ahash_instance *inst; in cryptd_create_hash() local 749 struct aead_instance *inst = aead_alg_instance(tfm); in cryptd_aead_init_tfm() local 777 struct aead_instance *inst; in cryptd_create_aead() local 853 static void cryptd_free(struct crypto_instance *inst) in cryptd_free()
|
D | keywrap.c | 323 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_kw_init_tfm() local 345 struct crypto_instance *inst = NULL; in crypto_kw_alloc() local 390 static void crypto_kw_free(struct crypto_instance *inst) in crypto_kw_free()
|
D | seqiv.c | 256 struct crypto_instance *inst; in seqiv_ablkcipher_create() local 290 struct aead_instance *inst; in seqiv_aead_create() local 347 static void seqiv_free(struct crypto_instance *inst) in seqiv_free()
|
D | pcbc.c | 205 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()
|
D | cbc.c | 195 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()
|
D | xts.c | 244 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()
|
D | cts.c | 255 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()
|
D | pcrypt.c | 225 struct aead_instance *inst = aead_alg_instance(tfm); in pcrypt_aead_init_tfm() local 257 static int pcrypt_init_instance(struct crypto_instance *inst, in pcrypt_init_instance() 278 struct aead_instance *inst; in pcrypt_create_aead() local 352 static void pcrypt_free(struct crypto_instance *inst) in pcrypt_free()
|
D | mcryptd.c | 222 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()
|
D | ccm.c | 453 struct aead_instance *inst = aead_alg_instance(tfm); in crypto_ccm_init_tfm() local 495 static void crypto_ccm_free(struct aead_instance *inst) in crypto_ccm_free() 511 struct aead_instance *inst; in crypto_ccm_create_common() local 771 struct aead_instance *inst = aead_alg_instance(tfm); in crypto_rfc4309_init_tfm() local 801 static void crypto_rfc4309_free(struct aead_instance *inst) in crypto_rfc4309_free() 811 struct aead_instance *inst; in crypto_rfc4309_create() local
|
D | gcm.c | 566 struct aead_instance *inst = aead_alg_instance(tfm); in crypto_gcm_init_tfm() local 610 static void crypto_gcm_free(struct aead_instance *inst) in crypto_gcm_free() 626 struct aead_instance *inst; in crypto_gcm_create_common() local 886 struct aead_instance *inst = aead_alg_instance(tfm); in crypto_rfc4106_init_tfm() local 916 static void crypto_rfc4106_free(struct aead_instance *inst) in crypto_rfc4106_free() 926 struct aead_instance *inst; in crypto_rfc4106_create() local 1106 struct aead_instance *inst = aead_alg_instance(tfm); in crypto_rfc4543_init_tfm() local 1150 static void crypto_rfc4543_free(struct aead_instance *inst) in crypto_rfc4543_free() 1163 struct aead_instance *inst; in crypto_rfc4543_create() local
|
D | echainiv.c | 181 struct aead_instance *inst; in echainiv_aead_create() local 223 static void echainiv_free(struct crypto_instance *inst) in echainiv_free()
|
D | lrw.c | 299 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()
|
D | xcbc.c | 180 struct crypto_instance *inst = (void *)tfm->__crt_alg; in xcbc_init_tfm() local 201 struct shash_instance *inst; in xcbc_create() local
|
D | cmac.c | 206 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cmac_init_tfm() local 227 struct shash_instance *inst; in cmac_create() local
|
D | hmac.c | 160 struct crypto_instance *inst = (void *)tfm->__crt_alg; in hmac_init_tfm() local 183 struct shash_instance *inst; in hmac_create() local
|
D | ahash.c | 582 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()
|
D | authencesn.c | 330 struct aead_instance *inst = aead_alg_instance(tfm); in crypto_authenc_esn_init_tfm() local 387 static void crypto_authenc_esn_free(struct aead_instance *inst) in crypto_authenc_esn_free() 400 struct aead_instance *inst; in crypto_authenc_esn_create() local
|
D | blkcipher.c | 600 struct crypto_instance *inst; in skcipher_geniv_alloc() local 714 void skcipher_geniv_free(struct crypto_instance *inst) in skcipher_geniv_free() 723 struct crypto_instance *inst = (void *)tfm->__crt_alg; in skcipher_geniv_init() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 41 #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
|
D | iop_sap_in_defs_asm.h | 41 #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
|
D | iop_sap_out_defs_asm.h | 41 #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.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 44 #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
|
D | iop_scrc_in_defs_asm.h | 44 #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
|
D | iop_scrc_out_defs_asm.h | 44 #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
|
D | iop_fifo_out_extra_defs_asm.h | 44 #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
|
D | iop_crc_par_defs_asm.h | 44 #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
|
D | iop_fifo_in_extra_defs_asm.h | 44 #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
|
D | iop_trigger_grp_defs_asm.h | 44 #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
|
D | iop_mpu_defs_asm.h | 44 #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
|
D | iop_sap_in_defs_asm.h | 44 #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
|
D | iop_fifo_in_defs_asm.h | 44 #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
|
D | iop_timer_grp_defs_asm.h | 44 #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
|
D | iop_fifo_out_defs_asm.h | 44 #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
|
D | iop_dmc_in_defs_asm.h | 44 #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
|
D | iop_dmc_out_defs_asm.h | 44 #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.4.14/arch/cris/include/arch-v32/arch/hwregs/asm/ |
D | irq_nmi_defs_asm.h | 44 #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
|
D | strcop_defs_asm.h | 44 #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
|
D | cris_defs_asm.h | 44 #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
|
D | strmux_defs_asm.h | 44 #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
|
D | config_defs_asm.h | 44 #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
|
D | rt_trace_defs_asm.h | 44 #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
|
D | timer_defs_asm.h | 44 #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
|
D | ata_defs_asm.h | 44 #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
|
D | mmu_defs_asm.h | 44 #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
|
D | bif_slave_defs_asm.h | 44 #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
|
D | gio_defs_asm.h | 44 #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
|
D | marb_defs_asm.h | 44 #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
|
D | dma_defs_asm.h | 44 #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
|
D | bif_core_defs_asm.h | 44 #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.4.14/arch/x86/crypto/ |
D | fpu.c | 83 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.4.14/arch/powerpc/mm/ |
D | icswx.c | 175 u32 inst; in acop_get_inst() local 201 u32 inst = 0; in acop_handle_fault() local
|
D | fault.c | 77 unsigned int inst; in store_updates_sp() local
|
/linux-4.4.14/arch/sh/kernel/ |
D | traps_32.c | 573 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.4.14/arch/powerpc/kvm/ |
D | e500_emulate.c | 90 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv() 118 static int kvmppc_e500_emul_mftmr(struct kvm_vcpu *vcpu, unsigned int inst, in kvmppc_e500_emul_mftmr() 132 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500()
|
D | book3s_emulate.c | 91 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() 659 u32 kvmppc_alignment_dsisr(struct kvm_vcpu *vcpu, unsigned int inst) in kvmppc_alignment_dsisr() 664 ulong kvmppc_alignment_dar(struct kvm_vcpu *vcpu, unsigned int inst) in kvmppc_alignment_dar()
|
D | emulate_loadstore.c | 53 u32 inst; in kvmppc_emulate_loadstore() local
|
D | emulate.c | 214 u32 inst; in kvmppc_emulate_instruction() local
|
D | booke_emulate.c | 54 unsigned int inst, int *advance) in kvmppc_booke_emulate_op()
|
D | book3s_paired_singles.c | 350 static inline u32 inst_get_field(u32 inst, int msb, int lsb) in inst_get_field() 355 static 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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
D | nv44.c | 48 u32 inst; member 74 u32 inst = 0x80000000 | (chan->inst >> 4); in nv44_mpeg_chan_fini() local 150 u32 inst = nvkm_rd32(device, 0x00b318) & 0x000fffff; in nv44_mpeg_intr() local
|
D | nv40.c | 34 u32 inst = data << 4; in nv40_mpeg_mthd_dma() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/ |
D | config_defs_asm.h | 44 #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
|
D | timer_defs_asm.h | 44 #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
|
D | gio_defs_asm.h | 44 #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
|
D | bif_core_defs_asm.h | 44 #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.4.14/arch/mips/netlogic/xlp/ |
D | usb-init.c | 65 #define nlm_get_usb_pcibase(node, inst) \ argument 67 #define nlm_get_usb_regbase(node, inst) \ argument
|
D | usb-init-xlp2.c | 87 #define nlm_xlpii_get_usb_pcibase(node, inst) \ argument 91 #define nlm_xlpii_get_usb_regbase(node, inst) \ argument
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 1235 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.4.14/arch/mips/kernel/ |
D | branch.c | 29 unsigned short inst; in __isa_exception_epc() local 317 union mips16e_instruction inst; in __MIPS16e_compute_return_epc() local
|
D | uprobes.c | 88 union mips_instruction inst; in arch_uprobe_analyze_insn() local 116 union mips_instruction inst; in is_trap_insn() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm/ |
D | clkgen_defs_asm.h | 41 #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
|
D | timer_defs_asm.h | 41 #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
|
D | ddr2_defs_asm.h | 41 #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
|
D | pio_defs_asm.h | 41 #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.4.14/arch/x86/lib/ |
D | rwsem.S | 20 #define __ASM_HALF_SIZE(inst) __ASM_SEL(inst##w, inst##l) argument
|
/linux-4.4.14/arch/tile/lib/ |
D | memcpy_user_64.c | 28 #define _ST(p, inst, v) \ argument 40 #define _LD(p, inst) \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gpfifogf100.c | 59 struct nvkm_gpuobj *inst = chan->base.inst; in gf100_fifo_gpfifo_engine_fini() local 90 struct nvkm_gpuobj *inst = chan->base.inst; in gf100_fifo_gpfifo_engine_init() local
|
D | gpfifogk104.c | 80 struct nvkm_gpuobj *inst = chan->base.inst; in gk104_fifo_gpfifo_engine_fini() local 103 struct nvkm_gpuobj *inst = chan->base.inst; in gk104_fifo_gpfifo_engine_init() local
|
D | changf100.h | 18 struct nvkm_gpuobj *inst; member
|
D | changk104.h | 19 struct nvkm_gpuobj *inst; member
|
/linux-4.4.14/arch/h8300/kernel/ |
D | ptrace_h.c | 165 unsigned char inst) in decode() 217 unsigned char inst; in nextpc() local
|
/linux-4.4.14/arch/tile/include/arch/ |
D | mpipe_shm.h | 145 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.4.14/arch/mips/include/asm/netlogic/xlp-hal/ |
D | uart.h | 96 #define nlm_get_uart_pcibase(node, inst) \ argument 99 #define nlm_get_uart_regbase(node, inst) \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | ramht.h | 6 struct nvkm_gpuobj *inst; member
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | fpu-ucf64.c | 78 void ucf64_exchandler(u32 inst, u32 fpexc, struct pt_regs *regs) in ucf64_exchandler()
|
/linux-4.4.14/arch/microblaze/mm/ |
D | fault.c | 48 unsigned int inst; in store_updates_sp() local
|
/linux-4.4.14/arch/mips/include/asm/ |
D | branch.h | 89 union mips16e_instruction *inst) in MIPS16e_compute_return_epc()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | gf100.c | 45 u32 inst = chan->base.fifo->inst->addr >> 12; in gf100_sw_chan_vblsem_release() local
|
/linux-4.4.14/arch/parisc/mm/ |
D | fault.c | 51 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
D | g84.c | 89 u32 inst = nvkm_rd32(device, 0x102188) & 0x7fffffff; in g84_cipher_intr() local
|
/linux-4.4.14/arch/arm/net/ |
D | bpf_jit_32.c | 141 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit() 155 static inline void emit(u32 inst, struct jit_ctx *ctx) in emit() 516 const struct sock_filter *inst; in build_body() local
|
/linux-4.4.14/arch/metag/kernel/ |
D | traps.c | 605 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.4.14/include/crypto/ |
D | algapi.h | 66 struct crypto_instance *inst; member 158 struct crypto_instance *inst) in crypto_set_spawn() 224 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()
|