Home
last modified time | relevance | path

Searched refs:_p (Results 1 – 9 of 9) sorted by relevance

/arch/arm/include/asm/
Dcacheflush.h389 char *_p = (char *)p; in __sync_cache_range_w() local
391 __cpuc_clean_dcache_area(_p, size); in __sync_cache_range_w()
392 outer_clean_range(__pa(_p), __pa(_p + size)); in __sync_cache_range_w()
403 char *_p = (char *)p; in __sync_cache_range_r() local
411 __cpuc_clean_dcache_area(_p, size); in __sync_cache_range_r()
414 outer_flush_range(__pa(_p), __pa(_p + size)); in __sync_cache_range_r()
419 __cpuc_flush_dcache_area(_p, size); in __sync_cache_range_r()
/arch/powerpc/include/asm/
Dbitops.h67 volatile unsigned long *_p) \
70 unsigned long *p = (unsigned long *)_p; \
112 volatile unsigned long *_p) \
115 unsigned long *p = (unsigned long *)_p; \
Dperf_event_server.h183 #define POWER_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _p)
184 #define POWER_EVENT_PTR(_id) EVENT_PTR(_id, _p)
/arch/arm/mach-s3c/
Dregs-clock-s3c24xx.h16 #define S3C2410_PLLVAL(_m,_p,_s) ((_m) << 12 | ((_p) << 4) | ((_s))) argument
/arch/powerpc/platforms/pseries/
Dcmm.c42 #define KB2PAGES(_p) ((_p)>>(PAGE_SHIFT-10)) argument
43 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10)) argument
/arch/x86/include/asm/
Dio.h289 static inline void out##bwl##_p(unsigned type value, int port) \
295 static inline unsigned type in##bwl##_p(int port) \
/arch/sh/include/asm/
Dio.h179 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
/arch/mips/include/asm/
Dio.h374 __BUILD_IOPORT_SINGLE(bus, bwlq, type, 1, 0, _p) in BUILDIO_MEM()
/arch/x86/kvm/
Demulate.c4320 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ argument
4321 .intercept = x86_intercept_##_i, .check_perm = (_p) }
4333 #define IIP(_f, _e, _i, _p) \ argument
4335 .intercept = x86_intercept_##_i, .check_perm = (_p) }
4339 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument
4342 #define I2bvIP(_f, _e, _i, _p) \ argument
4343 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p)