Home
last modified time | relevance | path

Searched defs:dry_run (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/dma/
Dpl330.c572 static inline u32 _emit_END(unsigned dry_run, u8 buf[]) in _emit_END()
584 static inline u32 _emit_FLUSHP(unsigned dry_run, u8 buf[], u8 peri) in _emit_FLUSHP()
600 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD()
618 static inline u32 _emit_LDP(unsigned dry_run, u8 buf[], in _emit_LDP()
639 static inline u32 _emit_LP(unsigned dry_run, u8 buf[], in _emit_LP()
665 static inline u32 _emit_LPEND(unsigned dry_run, u8 buf[], in _emit_LPEND()
700 static inline u32 _emit_KILL(unsigned dry_run, u8 buf[]) in _emit_KILL()
710 static inline u32 _emit_MOV(unsigned dry_run, u8 buf[], in _emit_MOV()
729 static inline u32 _emit_RMB(unsigned dry_run, u8 buf[]) in _emit_RMB()
741 static inline u32 _emit_SEV(unsigned dry_run, u8 buf[], u8 ev) in _emit_SEV()
[all …]
/Linux-v5.4/tools/perf/
Dbuiltin-record.c2099 static bool dry_run; variable