Searched defs:emit (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_types.h | 43 u32 emit; /* updated during request construction */ member
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.h | 43 int (*emit)(struct nouveau_fence *); member
|
/linux/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.c | 249 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function
|
/linux/rust/macros/ |
H A D | module.rs | 86 fn emit(&mut self, field: &str, content: &str) { in emit() method
|
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 98 #define emit(...) __emit(__VA_ARGS__) macro
|
/linux/arch/arc/net/ |
H A D | bpf_jit_core.c | 105 bool emit; member [all...] |
/linux/scripts/dtc/ |
H A D | flattree.c | 236 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() argument [all...] |
/linux/tools/lib/bpf/ |
H A D | gen_loader.c | 97 static void emit(struct bpf_gen *gen, struct bpf_insn insn) in emit() function [all...] |
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 236 static void emit(const u32 insn, struct jit_ctx *ctx) in emit() function [all...] |
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 110 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() function [all...] |
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 285 static inline void emit(u32 inst, struct jit_ctx *ctx) in emit() function [all...] |
/linux/fs/unicode/ |
H A D | mkutf8data.c | 1185 static void emit(struct tree *tree, unsigned char *data) in emit() function
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | reg_bounds.c | 856 #define emit(insn) ({ \ in load_range_cmp_prog() macro [all...] |
/linux/arch/riscv/net/ |
H A D | bpf_jit.h | 118 static inline void emit(const u32 insn, struct rv_jit_context *ctx) in emit() function [all...] |