/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-catu.h | 81 #define CATU_REG_PAIR(name, lo_off, hi_off) \ 85 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \ 90 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
|
H A D | coresight-priv.h | 44 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \ 53 val = (u64)fn(_dev->parent, lo_off); \ 56 lo_off, hi_off); \ 66 #define coresight_simple_reg64(type, name, lo_off, hi_off) \ 67 __coresight_simple_func(type, NULL, name, lo_off, hi_off)
|
H A D | coresight-tmc.h | 277 #define TMC_REG_PAIR(name, lo_off, hi_off) \ 281 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \ 286 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
|
H A D | coresight-tmc-core.c | 253 #define coresight_tmc_reg64(name, lo_off, hi_off) \ 254 coresight_simple_reg64(struct tmc_drvdata, name, lo_off, hi_off)
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-catu.h | 81 #define CATU_REG_PAIR(name, lo_off, hi_off) \ 85 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \ 90 csdev_access_relaxed_write_pair(&drvdata->csdev->access, val, lo_off, hi_off); \
|
H A D | coresight-priv.h | 44 u32 lo_off; member 66 #define coresight_simple_reg64(name, lo_off, hi_off) \ 70 lo_off, hi_off \
|
H A D | coresight-tmc.h | 281 #define TMC_REG_PAIR(name, lo_off, hi_off) \ 285 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \ 290 csdev_access_relaxed_write_pair(&drvdata->csdev->access, val, lo_off, hi_off); \
|
H A D | coresight-core.c | 72 val = csdev_access_relaxed_read_pair(&csdev->access, cs_attr->lo_off, cs_attr->hi_off); in coresight_simple_show_pair()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | sys_parisc.c | 277 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range() 280 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range() 276 parisc_sync_file_range(int fd, u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, unsigned int flags) parisc_sync_file_range() argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | sys_parisc.c | 349 u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, in parisc_sync_file_range() 352 return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off, in parisc_sync_file_range() 348 parisc_sync_file_range(int fd, u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes, unsigned int flags) parisc_sync_file_range() argument
|