Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 25 of 264) sorted by relevance

1234567891011

/Linux-v4.19/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_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 …]
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi_parser.h15 static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which) in get_cap()
50 static inline u32 cap_min(struct venus_inst *inst, u32 type) in cap_min()
55 static inline u32 cap_max(struct venus_inst *inst, u32 type) in cap_max()
60 static inline u32 cap_step(struct venus_inst *inst, u32 type) in cap_step()
65 static inline u32 frame_width_min(struct venus_inst *inst) in frame_width_min()
70 static inline u32 frame_width_max(struct venus_inst *inst) in frame_width_max()
75 static inline u32 frame_width_step(struct venus_inst *inst) in frame_width_step()
80 static inline u32 frame_height_min(struct venus_inst *inst) in frame_height_min()
85 static inline u32 frame_height_max(struct venus_inst *inst) in frame_height_max()
90 static inline u32 frame_height_step(struct venus_inst *inst) in frame_height_step()
[all …]
Dhelpers.c39 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec()
91 static int venus_helper_queue_dpb_bufs(struct venus_inst *inst) in venus_helper_queue_dpb_bufs()
113 int venus_helper_free_dpb_bufs(struct venus_inst *inst) in venus_helper_free_dpb_bufs()
130 int venus_helper_alloc_dpb_bufs(struct venus_inst *inst) in venus_helper_alloc_dpb_bufs()
191 static int intbufs_set_buffer(struct venus_inst *inst, u32 type) in intbufs_set_buffer()
250 static int intbufs_unset_buffers(struct venus_inst *inst) in intbufs_unset_buffers()
290 static int intbufs_alloc(struct venus_inst *inst) in intbufs_alloc()
317 static int intbufs_free(struct venus_inst *inst) in intbufs_free()
322 static u32 load_per_instance(struct venus_inst *inst) in load_per_instance()
336 struct venus_inst *inst = NULL; in load_per_type() local
[all …]
Dhfi.c170 static int wait_session_msg(struct venus_inst *inst) in wait_session_msg()
184 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create()
204 int hfi_session_init(struct venus_inst *inst, u32 pixfmt) in hfi_session_init()
227 void hfi_session_destroy(struct venus_inst *inst) in hfi_session_destroy()
239 int hfi_session_deinit(struct venus_inst *inst) in hfi_session_deinit()
266 int hfi_session_start(struct venus_inst *inst) in hfi_session_start()
289 int hfi_session_stop(struct venus_inst *inst) in hfi_session_stop()
312 int hfi_session_continue(struct venus_inst *inst) in hfi_session_continue()
323 int hfi_session_abort(struct venus_inst *inst) in hfi_session_abort()
341 int hfi_session_load_res(struct venus_inst *inst) in hfi_session_load_res()
[all …]
Dhfi_msgs.c26 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, in event_seq_changed()
128 struct venus_inst *inst, in event_release_buffer_ref()
159 event_session_error(struct venus_core *core, struct venus_inst *inst, in event_session_error()
189 static void hfi_event_notify(struct venus_core *core, struct venus_inst *inst, in hfi_event_notify()
217 static void hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_init_done()
263 struct venus_inst *inst, void *packet) in hfi_sys_property_info()
284 struct venus_inst *inst, in hfi_sys_rel_resource_done()
293 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done()
306 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done()
313 struct venus_inst *inst, void *packet) in hfi_sys_pc_prepare_done()
[all …]
Dvenc.c71 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format()
93 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index()
285 struct venus_inst *inst = to_inst(file); in venc_enum_fmt() local
301 venc_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in venc_try_fmt_common()
351 struct venus_inst *inst = to_inst(file); in venc_try_fmt() local
360 struct venus_inst *inst = to_inst(file); in venc_s_fmt() local
420 struct venus_inst *inst = to_inst(file); in venc_g_fmt() local
452 struct venus_inst *inst = to_inst(file); in venc_g_selection() local
480 struct venus_inst *inst = to_inst(file); in venc_s_selection() local
501 struct venus_inst *inst = to_inst(file); in venc_s_parm() local
[all …]
Dvdec.c89 find_format(struct venus_inst *inst, u32 pixfmt, u32 type) in find_format()
111 find_format_by_index(struct venus_inst *inst, unsigned int index, u32 type) in find_format_by_index()
140 vdec_try_fmt_common(struct venus_inst *inst, struct v4l2_format *f) in vdec_try_fmt_common()
187 struct venus_inst *inst = to_inst(file); in vdec_try_fmt() local
196 struct venus_inst *inst = to_inst(file); in vdec_g_fmt() local
244 struct venus_inst *inst = to_inst(file); in vdec_s_fmt() local
302 struct venus_inst *inst = to_inst(file); in vdec_g_selection() local
353 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt() local
369 struct venus_inst *inst = to_inst(file); in vdec_s_parm() local
404 struct venus_inst *inst = to_inst(file); in vdec_enum_framesizes() local
[all …]
Dvdec_ctrls.c23 struct venus_inst *inst = ctrl_to_inst(ctrl); in vdec_op_s_ctrl() local
48 struct venus_inst *inst = ctrl_to_inst(ctrl); in vdec_op_g_volatile_ctrl() local
88 int vdec_ctrl_init(struct venus_inst *inst) in vdec_ctrl_init()
157 void vdec_ctrl_deinit(struct venus_inst *inst) in vdec_ctrl_deinit()
/Linux-v4.19/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 …]
/Linux-v4.19/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()
75 static inline u32 am33xx_cm_read_reg_bits(u16 inst, s16 idx, u32 mask) in am33xx_cm_read_reg_bits()
94 static u32 _clkctrl_idlest(u16 inst, u16 clkctrl_offs) in _clkctrl_idlest()
110 static bool _is_module_ready(u16 inst, u16 clkctrl_offs) in _is_module_ready()
129 static void _clktrctrl_write(u8 c, u16 inst, u16 cdoffs) in _clktrctrl_write()
149 static bool am33xx_cm_is_clkdm_in_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_is_clkdm_in_hwsup()
168 static void am33xx_cm_clkdm_enable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_enable_hwsup()
182 static void am33xx_cm_clkdm_disable_hwsup(u16 inst, u16 cdoffs) in am33xx_cm_clkdm_disable_hwsup()
[all …]
Dcminst44xx.c88 static u32 _clkctrl_idlest(u8 part, u16 inst, u16 clkctrl_offs) in _clkctrl_idlest()
105 static bool _is_module_ready(u8 part, u16 inst, u16 clkctrl_offs) in _is_module_ready()
116 static u32 omap4_cminst_read_inst_reg(u8 part, u16 inst, u16 idx) in omap4_cminst_read_inst_reg()
125 static void omap4_cminst_write_inst_reg(u32 val, u8 part, u16 inst, u16 idx) in omap4_cminst_write_inst_reg()
134 static u32 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, u16 inst, in omap4_cminst_rmw_inst_reg_bits()
147 static u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits()
152 static u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst, in omap4_cminst_clear_inst_reg_bits()
158 static u32 omap4_cminst_read_inst_reg_bits(u8 part, u16 inst, s16 idx, u32 mask) in omap4_cminst_read_inst_reg_bits()
183 static void _clktrctrl_write(u8 c, u8 part, u16 inst, u16 cdoffs) in _clktrctrl_write()
202 static bool omap4_cminst_is_clkdm_in_hwsup(u8 part, u16 inst, u16 cdoffs) in omap4_cminst_is_clkdm_in_hwsup()
[all …]
Dprminst44xx.c61 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx) in omap4_prminst_read_inst_reg()
70 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx) in omap4_prminst_write_inst_reg()
79 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_prminst_rmw_inst_reg_bits()
102 int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in omap4_prminst_is_hardreset_asserted()
126 int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, in omap4_prminst_assert_hardreset()
155 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset()
184 s32 inst = omap4_prmst_get_prm_dev_inst(); in omap4_prminst_global_warm_sw_reset() local
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c445 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 …]
/Linux-v4.19/arch/nds32/mm/
Dalignment.c18 #define RT(inst) (((inst) >> 20) & 0x1FUL) argument
19 #define RA(inst) (((inst) >> 15) & 0x1FUL) argument
20 #define RB(inst) (((inst) >> 10) & 0x1FUL) argument
21 #define SV(inst) (((inst) >> 8) & 0x3UL) argument
22 #define IMM(inst) (((inst) >> 0) & 0x7FFFUL) argument
24 #define RA3(inst) (((inst) >> 3) & 0x7UL) argument
25 #define RT3(inst) (((inst) >> 6) & 0x7UL) argument
26 #define IMM3U(inst) (((inst) >> 0) & 0x7UL) argument
28 #define RA5(inst) (((inst) >> 0) & 0x1FUL) argument
29 #define RT4(inst) (((inst) >> 5) & 0xFUL) argument
[all …]
/Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp9_if.c210 static bool vp9_is_sf_ref_fb(struct vdec_vp9_inst *inst, struct vdec_fb *fb) in vp9_is_sf_ref_fb()
222 static struct vdec_fb *vp9_rm_from_fb_use_list(struct vdec_vp9_inst in vp9_rm_from_fb_use_list()
239 static void vp9_add_to_fb_free_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_free_list()
265 static void vp9_ref_cnt_fb(struct vdec_vp9_inst *inst, int *idx, in vp9_ref_cnt_fb()
292 static void vp9_free_all_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_free_all_sf_ref_fb()
313 static int vp9_get_sf_ref_fb(struct vdec_vp9_inst *inst) in vp9_get_sf_ref_fb()
363 static bool vp9_alloc_work_buf(struct vdec_vp9_inst *inst) in vp9_alloc_work_buf()
437 static bool vp9_add_to_fb_disp_list(struct vdec_vp9_inst *inst, in vp9_add_to_fb_disp_list()
461 static void vp9_swap_frm_bufs(struct vdec_vp9_inst *inst) in vp9_swap_frm_bufs()
540 static bool vp9_wait_dec_end(struct vdec_vp9_inst *inst) in vp9_wait_dec_end()
[all …]
Dvdec_vp8_if.c176 static void get_hw_reg_base(struct vdec_vp8_inst *inst) in get_hw_reg_base()
187 static void write_hw_segmentation_data(struct vdec_vp8_inst *inst) in write_hw_segmentation_data()
208 static void read_hw_segmentation_data(struct vdec_vp8_inst *inst) in read_hw_segmentation_data()
230 static void enable_hw_rw_function(struct vdec_vp8_inst *inst) in enable_hw_rw_function()
257 static void store_dec_table(struct vdec_vp8_inst *inst) in store_dec_table()
274 static void load_dec_table(struct vdec_vp8_inst *inst) in load_dec_table()
291 static void get_pic_info(struct vdec_vp8_inst *inst, struct vdec_pic_info *pic) in get_pic_info()
301 static void vp8_dec_finish(struct vdec_vp8_inst *inst) in vp8_dec_finish()
336 static void move_fb_list_use_to_free(struct vdec_vp8_inst *inst) in move_fb_list_use_to_free()
344 static void init_list(struct vdec_vp8_inst *inst) in init_list()
[all …]
Dvdec_h264_if.c145 static int allocate_predication_buf(struct vdec_h264_inst *inst) in allocate_predication_buf()
160 static void free_predication_buf(struct vdec_h264_inst *inst) in free_predication_buf()
172 static int alloc_mv_buf(struct vdec_h264_inst *inst, struct vdec_pic_info *pic) in alloc_mv_buf()
195 static void free_mv_buf(struct vdec_h264_inst *inst) in free_mv_buf()
208 static int check_list_validity(struct vdec_h264_inst *inst, bool disp_list) in check_list_validity()
226 static void put_fb_to_free(struct vdec_h264_inst *inst, struct vdec_fb *fb) in put_fb_to_free()
250 static void get_pic_info(struct vdec_h264_inst *inst, in get_pic_info()
260 static void get_crop_info(struct vdec_h264_inst *inst, struct v4l2_rect *cr) in get_crop_info()
271 static void get_dpb_size(struct vdec_h264_inst *inst, unsigned int *dpb_sz) in get_dpb_size()
279 struct vdec_h264_inst *inst = NULL; in vdec_h264_init() local
[all …]
/Linux-v4.19/arch/powerpc/kernel/
Dkvm.c81 static inline void kvm_patch_ins(u32 *inst, u32 new_inst) in kvm_patch_ins()
87 static void kvm_patch_ins_ll(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ll()
96 static void kvm_patch_ins_ld(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ld()
105 static void kvm_patch_ins_lwz(u32 *inst, long addr, u32 rt) in kvm_patch_ins_lwz()
110 static void kvm_patch_ins_std(u32 *inst, long addr, u32 rt) in kvm_patch_ins_std()
119 static void kvm_patch_ins_stw(u32 *inst, long addr, u32 rt) in kvm_patch_ins_stw()
124 static void kvm_patch_ins_nop(u32 *inst) in kvm_patch_ins_nop()
129 static void kvm_patch_ins_b(u32 *inst, int addr) in kvm_patch_ins_b()
165 static void kvm_patch_ins_mtmsrd(u32 *inst, u32 rt) in kvm_patch_ins_mtmsrd()
218 static void kvm_patch_ins_mtmsr(u32 *inst, u32 rt) in kvm_patch_ins_mtmsr()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsoc15_common.h28 #define SOC15_REG_OFFSET(ip, inst, reg) (adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg) argument
35 #define RREG32_SOC15(ip, inst, reg) \ argument
38 #define RREG32_SOC15_OFFSET(ip, inst, reg, offset) \ argument
41 #define WREG32_SOC15(ip, inst, reg, value) \ argument
44 #define WREG32_SOC15_NO_KIQ(ip, inst, reg, value) \ argument
47 #define WREG32_SOC15_OFFSET(ip, inst, reg, offset, value) \ argument
50 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask, ret) \ argument
/Linux-v4.19/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c157 static inline u32 h264_read_reg(struct venc_h264_inst *inst, u32 addr) in h264_read_reg()
162 static unsigned int h264_get_profile(struct venc_h264_inst *inst, in h264_get_profile()
184 static unsigned int h264_get_level(struct venc_h264_inst *inst, in h264_get_level()
223 static void h264_enc_free_work_buf(struct venc_h264_inst *inst) in h264_enc_free_work_buf()
242 static int h264_enc_alloc_work_buf(struct venc_h264_inst *inst) in h264_enc_alloc_work_buf()
322 static unsigned int h264_enc_wait_venc_done(struct venc_h264_inst *inst) in h264_enc_wait_venc_done()
335 static int h264_encode_sps(struct venc_h264_inst *inst, in h264_encode_sps()
362 static int h264_encode_pps(struct venc_h264_inst *inst, in h264_encode_pps()
389 static int h264_encode_header(struct venc_h264_inst *inst, in h264_encode_header()
411 static int h264_encode_frame(struct venc_h264_inst *inst, in h264_encode_frame()
[all …]
Dvenc_vp8_if.c145 static inline u32 vp8_enc_read_reg(struct venc_vp8_inst *inst, u32 addr) in vp8_enc_read_reg()
150 static void vp8_enc_free_work_buf(struct venc_vp8_inst *inst) in vp8_enc_free_work_buf()
166 static int vp8_enc_alloc_work_buf(struct venc_vp8_inst *inst) in vp8_enc_alloc_work_buf()
227 static unsigned int vp8_enc_wait_venc_done(struct venc_vp8_inst *inst) in vp8_enc_wait_venc_done()
244 static int vp8_enc_compose_one_frame(struct venc_vp8_inst *inst, in vp8_enc_compose_one_frame()
303 static int vp8_enc_encode_frame(struct venc_vp8_inst *inst, in vp8_enc_encode_frame()
338 struct venc_vp8_inst *inst; in vp8_enc_init() local
373 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_encode() local
408 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_set_param() local
457 struct venc_vp8_inst *inst = (struct venc_vp8_inst *)handle; in vp8_enc_deinit() local
/Linux-v4.19/net/netfilter/
Dnfnetlink_log.c107 struct nfulnl_instance *inst; in __instance_lookup() local
118 instance_get(struct nfulnl_instance *inst) in instance_get()
126 struct nfulnl_instance *inst; in instance_lookup_get() local
139 struct nfulnl_instance *inst = in nfulnl_instance_free_rcu() local
148 instance_put(struct nfulnl_instance *inst) in instance_put()
160 struct nfulnl_instance *inst; in instance_create() local
217 __instance_destroy(struct nfulnl_instance *inst) in __instance_destroy()
239 struct nfulnl_instance *inst) in instance_destroy()
247 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, in nfulnl_set_mode()
280 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) in nfulnl_set_nlbufsiz()
[all …]
/Linux-v4.19/drivers/phy/mediatek/
Dphy-mtk-xsphy.c117 struct xsphy_instance *inst) in u2_phy_slew_rate_calibrate()
192 struct xsphy_instance *inst) in u2_phy_instance_init()
208 struct xsphy_instance *inst) in u2_phy_instance_power_on()
227 struct xsphy_instance *inst) in u2_phy_instance_power_off()
246 struct xsphy_instance *inst, in u2_phy_instance_set_mode()
270 struct xsphy_instance *inst) in phy_parse_property()
306 struct xsphy_instance *inst) in u2_phy_props_set()
341 struct xsphy_instance *inst) in u3_phy_props_set()
370 struct xsphy_instance *inst = phy_get_drvdata(phy); in mtk_phy_init() local
399 struct xsphy_instance *inst = phy_get_drvdata(phy); in mtk_phy_power_on() local
[all …]
/Linux-v4.19/drivers/soc/ti/
Dknav_qmss_queue.c63 #define for_each_handle_rcu(qh, inst) \ argument
66 #define for_each_instance(idx, inst, kdev) \ argument
89 void knav_queue_notify(struct knav_queue_inst *inst) in knav_queue_notify()
111 struct knav_queue_inst *inst = _instdata; in knav_queue_int_handler() local
118 struct knav_queue_inst *inst) in knav_queue_setup_irq()
144 static void knav_queue_free_irq(struct knav_queue_inst *inst) in knav_queue_free_irq()
157 static inline bool knav_queue_is_busy(struct knav_queue_inst *inst) in knav_queue_is_busy()
162 static inline bool knav_queue_is_reserved(struct knav_queue_inst *inst) in knav_queue_is_reserved()
167 static inline bool knav_queue_is_shared(struct knav_queue_inst *inst) in knav_queue_is_shared()
182 static inline bool knav_queue_match_type(struct knav_queue_inst *inst, in knav_queue_match_type()
[all …]
/Linux-v4.19/arch/mips/kvm/
Ddyntrans.c68 int kvm_mips_trans_cache_index(union mips_instruction inst, u32 *opc, in kvm_mips_trans_cache_index()
81 int kvm_mips_trans_cache_va(union mips_instruction inst, u32 *opc, in kvm_mips_trans_cache_va()
97 int kvm_mips_trans_mfc0(union mips_instruction inst, u32 *opc, in kvm_mips_trans_mfc0()
124 int kvm_mips_trans_mtc0(union mips_instruction inst, u32 *opc, in kvm_mips_trans_mtc0()

1234567891011