Home
last modified time | relevance | path

Searched defs:_s (Results 1 – 4 of 4) sorted by relevance

/arch/x86/math-emu/
Dreg_ld_str.c210 int FPU_load_int64(long long __user *_s) in FPU_load_int64()
240 int FPU_load_int32(long __user *_s, FPU_REG *loaded_data) in FPU_load_int32()
269 int FPU_load_int16(short __user *_s, FPU_REG *loaded_data) in FPU_load_int16()
/arch/arm/plat-samsung/include/plat/
Dcpu-freq.h84 #define PLLVAL(_m, _p, _s) (((_m) << 12) | ((_p) << 4) | (_s)) argument
/arch/mips/include/asm/
Dpmon.h26 } _s; member
/arch/arm/mach-s3c24xx/include/mach/
Dregs-clock.h14 #define S3C2410_PLLVAL(_m,_p,_s) ((_m) << 12 | ((_p) << 4) | ((_s))) argument