Home
last modified time | relevance | path

Searched refs:parser_exec_state (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c371 struct parser_exec_state;
373 typedef int (*parser_cmd_handler)(struct parser_exec_state *s);
468 struct parser_exec_state { struct
702 static inline u32 *cmd_ptr(struct parser_exec_state *s, int index) in cmd_ptr()
707 static inline u32 cmd_val(struct parser_exec_state *s, int index) in cmd_val()
712 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()
[all …]