• Home
  • Raw
  • Download

Lines Matching refs:parser_exec_state

367 struct parser_exec_state;
369 typedef int (*parser_cmd_handler)(struct parser_exec_state *s);
464 struct parser_exec_state { struct
701 static inline u32 *cmd_ptr(struct parser_exec_state *s, int index) in cmd_ptr()
706 static inline u32 cmd_val(struct parser_exec_state *s, int index) in cmd_val()
711 static void parser_exec_state_dump(struct parser_exec_state *s) in parser_exec_state_dump()
752 static inline void update_ip_va(struct parser_exec_state *s) in update_ip_va()
778 static inline int ip_gma_set(struct parser_exec_state *s, in ip_gma_set()
788 static inline int ip_gma_advance(struct parser_exec_state *s, in ip_gma_advance()
813 static inline int cmd_length(struct parser_exec_state *s) in cmd_length()
841 static int force_nonpriv_reg_handler(struct parser_exec_state *s, in force_nonpriv_reg_handler()
876 static int mocs_cmd_reg_handler(struct parser_exec_state *s, in mocs_cmd_reg_handler()
886 struct parser_exec_state *s) in is_cmd_update_pdps()
892 static int cmd_pdp_mmio_update_handler(struct parser_exec_state *s, in cmd_pdp_mmio_update_handler()
926 static int cmd_reg_handler(struct parser_exec_state *s, in cmd_reg_handler()
1010 static int cmd_handler_lri(struct parser_exec_state *s) in cmd_handler_lri()
1032 static int cmd_handler_lrr(struct parser_exec_state *s) in cmd_handler_lrr()
1054 static inline int cmd_address_audit(struct parser_exec_state *s,
1057 static int cmd_handler_lrm(struct parser_exec_state *s) in cmd_handler_lrm()
1086 static int cmd_handler_srm(struct parser_exec_state *s) in cmd_handler_srm()
1144 static int cmd_handler_pipe_control(struct parser_exec_state *s) in cmd_handler_pipe_control()
1197 static int cmd_handler_mi_user_interrupt(struct parser_exec_state *s) in cmd_handler_mi_user_interrupt()
1205 static int cmd_advance_default(struct parser_exec_state *s) in cmd_advance_default()
1210 static int cmd_handler_mi_batch_buffer_end(struct parser_exec_state *s) in cmd_handler_mi_batch_buffer_end()
1247 static int gen8_decode_mi_display_flip(struct parser_exec_state *s, in gen8_decode_mi_display_flip()
1293 static int skl_decode_mi_display_flip(struct parser_exec_state *s, in skl_decode_mi_display_flip()
1352 static int gen8_check_mi_display_flip(struct parser_exec_state *s, in gen8_check_mi_display_flip()
1380 struct parser_exec_state *s, in gen8_update_plane_mmio_from_mi_display_flip()
1411 static int decode_mi_display_flip(struct parser_exec_state *s, in decode_mi_display_flip()
1422 static int check_mi_display_flip(struct parser_exec_state *s, in check_mi_display_flip()
1429 struct parser_exec_state *s, in update_plane_mmio_from_mi_display_flip()
1435 static int cmd_handler_mi_display_flip(struct parser_exec_state *s) in cmd_handler_mi_display_flip()
1485 static int cmd_handler_mi_wait_for_event(struct parser_exec_state *s) in cmd_handler_mi_wait_for_event()
1496 static unsigned long get_gma_bb_from_cmd(struct parser_exec_state *s, int index) in get_gma_bb_from_cmd()
1518 static inline int cmd_address_audit(struct parser_exec_state *s, in cmd_address_audit()
1564 static int cmd_handler_mi_store_data_imm(struct parser_exec_state *s) in cmd_handler_mi_store_data_imm()
1597 static inline int unexpected_cmd(struct parser_exec_state *s) in unexpected_cmd()
1606 static int cmd_handler_mi_semaphore_wait(struct parser_exec_state *s) in cmd_handler_mi_semaphore_wait()
1611 static int cmd_handler_mi_report_perf_count(struct parser_exec_state *s) in cmd_handler_mi_report_perf_count()
1616 static int cmd_handler_mi_op_2e(struct parser_exec_state *s) in cmd_handler_mi_op_2e()
1621 static int cmd_handler_mi_op_2f(struct parser_exec_state *s) in cmd_handler_mi_op_2f()
1650 static int cmd_handler_mi_store_data_index(struct parser_exec_state *s) in cmd_handler_mi_store_data_index()
1655 static int cmd_handler_mi_clflush(struct parser_exec_state *s) in cmd_handler_mi_clflush()
1661 struct parser_exec_state *s) in cmd_handler_mi_conditional_batch_buffer_end()
1666 static int cmd_handler_mi_update_gtt(struct parser_exec_state *s) in cmd_handler_mi_update_gtt()
1671 static int cmd_handler_mi_flush_dw(struct parser_exec_state *s) in cmd_handler_mi_flush_dw()
1715 static void addr_type_update_snb(struct parser_exec_state *s) in addr_type_update_snb()
1756 static int batch_buffer_needs_scan(struct parser_exec_state *s) in batch_buffer_needs_scan()
1771 static int find_bb_size(struct parser_exec_state *s, in find_bb_size()
1833 static int audit_bb_end(struct parser_exec_state *s, void *va) in audit_bb_end()
1856 static int perform_bb_shadow(struct parser_exec_state *s) in perform_bb_shadow()
1955 static int cmd_handler_mi_batch_buffer_start(struct parser_exec_state *s) in cmd_handler_mi_batch_buffer_start()
2685 static int cmd_parser_exec(struct parser_exec_state *s) in cmd_parser_exec()
2752 static int command_scan(struct parser_exec_state *s, in command_scan()
2799 struct parser_exec_state s; in scan_workload()
2840 struct parser_exec_state s; in scan_wa_ctx()