Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dpl330.c580 static inline u32 _emit_END(unsigned dry_run, u8 buf[]) in _emit_END() argument
592 static inline u32 _emit_FLUSHP(unsigned dry_run, u8 buf[], u8 peri) in _emit_FLUSHP() argument
608 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() argument
626 static inline u32 _emit_LDP(unsigned dry_run, u8 buf[], in _emit_LDP() argument
647 static inline u32 _emit_LP(unsigned dry_run, u8 buf[], in _emit_LP() argument
673 _emit_LPEND(unsigned dry_run,u8 buf[],const struct _arg_LPEND * arg) _emit_LPEND() argument
708 _emit_KILL(unsigned dry_run,u8 buf[]) _emit_KILL() argument
718 _emit_MOV(unsigned dry_run,u8 buf[],enum dmamov_dst dst,u32 val) _emit_MOV() argument
737 _emit_RMB(unsigned dry_run,u8 buf[]) _emit_RMB() argument
749 _emit_SEV(unsigned dry_run,u8 buf[],u8 ev) _emit_SEV() argument
765 _emit_ST(unsigned dry_run,u8 buf[],enum pl330_cond cond) _emit_ST() argument
783 _emit_STP(unsigned dry_run,u8 buf[],enum pl330_cond cond,u8 peri) _emit_STP() argument
804 _emit_WFP(unsigned dry_run,u8 buf[],enum pl330_cond cond,u8 peri) _emit_WFP() argument
829 _emit_WMB(unsigned dry_run,u8 buf[]) _emit_WMB() argument
847 _emit_GO(unsigned dry_run,u8 buf[],const struct _arg_GO * arg) _emit_GO() argument
1095 _ldst_memtomem(unsigned dry_run,u8 buf[],const struct _xfer_spec * pxs,int cyc) _ldst_memtomem() argument
1119 _emit_load(unsigned int dry_run,u8 buf[],enum pl330_cond cond,enum dma_transfer_direction direction,u8 peri) _emit_load() argument
1152 _emit_store(unsigned int dry_run,u8 buf[],enum pl330_cond cond,enum dma_transfer_direction direction,u8 peri) _emit_store() argument
1186 _ldst_peripheral(struct pl330_dmac * pl330,unsigned dry_run,u8 buf[],const struct _xfer_spec * pxs,int cyc,enum pl330_cond cond) _ldst_peripheral() argument
1209 _bursts(struct pl330_dmac * pl330,unsigned dry_run,u8 buf[],const struct _xfer_spec * pxs,int cyc) _bursts() argument
1243 _dregs(struct pl330_dmac * pl330,unsigned int dry_run,u8 buf[],const struct _xfer_spec * pxs,int transfer_length) _dregs() argument
1290 _loop(struct pl330_dmac * pl330,unsigned dry_run,u8 buf[],unsigned long * bursts,const struct _xfer_spec * pxs) _loop() argument
1372 _setup_loops(struct pl330_dmac * pl330,unsigned dry_run,u8 buf[],const struct _xfer_spec * pxs) _setup_loops() argument
1393 _setup_xfer(struct pl330_dmac * pl330,unsigned dry_run,u8 buf[],const struct _xfer_spec * pxs) _setup_xfer() argument
1414 _setup_req(struct pl330_dmac * pl330,unsigned dry_run,struct pl330_thread * thrd,unsigned index,struct _xfer_spec * pxs) _setup_req() argument
[all...]
/linux/scripts/lib/abi/
H A Dsystem_symbols.py252 found=None, dry_run=None): argument
/linux/arch/arm64/kernel/pi/
H A Dpatch-scs.c152 bool dry_run) in scs_handle_fde_frame() argument
/linux/fs/f2fs/
H A Dgc.c2057 bool dry_run, unsigned int dry_run_sections) in f2fs_gc_range() argument
2091 unsigned int secs, bool dry_run) in free_segment_range() argument
/linux/tools/perf/
H A Dbuiltin-inject.c1937 char *dry_run; in parse_vm_time_correlation() local
H A Dbuiltin-record.c3430 static bool dry_run; variable