Searched refs:_emit_LD (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pl330.c | 608 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() function 1104 off += _emit_LD(dry_run, &buf[off], ALWAYS); in _ldst_memtomem() 1109 off += _emit_LD(dry_run, &buf[off], ALWAYS); in _ldst_memtomem() 1128 off += _emit_LD(dry_run, &buf[off], cond); in _emit_load()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | pl330.c | 608 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() function 1104 off += _emit_LD(dry_run, &buf[off], ALWAYS); in _ldst_memtomem() 1109 off += _emit_LD(dry_run, &buf[off], ALWAYS); in _ldst_memtomem() 1128 off += _emit_LD(dry_run, &buf[off], cond); in _emit_load()
|
Completed in 9 milliseconds