lo_off            348 arch/parisc/kernel/sys_parisc.c 			u32 hi_off, u32 lo_off, u32 hi_nbytes, u32 lo_nbytes,
lo_off            351 arch/parisc/kernel/sys_parisc.c 	return ksys_sync_file_range(fd, (loff_t)hi_off << 32 | lo_off,
lo_off             81 drivers/hwtracing/coresight/coresight-catu.h #define CATU_REG_PAIR(name, lo_off, hi_off)				\
lo_off             85 drivers/hwtracing/coresight/coresight-catu.h 	return coresight_read_reg_pair(drvdata->base, lo_off, hi_off);	\
lo_off             90 drivers/hwtracing/coresight/coresight-catu.h 	coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off);	\
lo_off             43 drivers/hwtracing/coresight/coresight-priv.h #define __coresight_simple_func(type, func, name, lo_off, hi_off)	\
lo_off             52 drivers/hwtracing/coresight/coresight-priv.h 		val = (u64)fn(_dev->parent, lo_off);			\
lo_off             55 drivers/hwtracing/coresight/coresight-priv.h 						 lo_off, hi_off);	\
lo_off             65 drivers/hwtracing/coresight/coresight-priv.h #define coresight_simple_reg64(type, name, lo_off, hi_off)		\
lo_off             66 drivers/hwtracing/coresight/coresight-priv.h 	__coresight_simple_func(type, NULL, name, lo_off, hi_off)
lo_off            255 drivers/hwtracing/coresight/coresight-tmc.c #define coresight_tmc_reg64(name, lo_off, hi_off)	\
lo_off            256 drivers/hwtracing/coresight/coresight-tmc.c 	coresight_simple_reg64(struct tmc_drvdata, name, lo_off, hi_off)
lo_off            276 drivers/hwtracing/coresight/coresight-tmc.h #define TMC_REG_PAIR(name, lo_off, hi_off)				\
lo_off            280 drivers/hwtracing/coresight/coresight-tmc.h 	return coresight_read_reg_pair(drvdata->base, lo_off, hi_off);	\
lo_off            285 drivers/hwtracing/coresight/coresight-tmc.h 	coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off);	\