Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 147) sorted by relevance

123456

/arch/sparc/include/asm/
Dtermios.h66 #define user_termios_to_kernel_termios(k, u) \ argument
87 #define kernel_termios_to_user_termios(u, k) \ argument
108 #define user_termios_to_kernel_termios_1(k, u) \ argument
127 #define kernel_termios_to_user_termios_1(u, k) \ argument
/arch/parisc/include/asm/
Dtermios.h46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
48 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/arch/ia64/include/asm/
Dtermios.h52 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
54 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
55 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/arch/m32r/include/asm/
Dtermios.h46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
48 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/arch/cris/include/asm/
Dtermios.h46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
48 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/arch/mips/include/asm/
Dtermios.h81 static inline int user_termios_to_kernel_termios(struct ktermios __user *k, in user_termios_to_kernel_termios()
88 struct ktermios *k) in kernel_termios_to_user_termios()
93 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
100 struct ktermios *k) in kernel_termios_to_user_termios_1()
/arch/s390/include/asm/
Dtermios.h20 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
/arch/alpha/include/asm/
Dtermios.h74 #define user_termios_to_kernel_termios(k, u) \ argument
77 #define kernel_termios_to_user_termios(u, k) \ argument
/arch/mn10300/include/uapi/asm/
Dtermios.h74 #define user_termios_to_kernel_termios(k, u) \ argument
76 #define kernel_termios_to_user_termios(u, k) \ argument
78 #define user_termios_to_kernel_termios_1(k, u) \ argument
80 #define kernel_termios_to_user_termios_1(u, k) \ argument
/arch/ia64/kernel/
Dsignal.c35 # define PUT_SIGSET(k,u) __copy_to_user((u)->sig, (k)->sig, sizeof(sigset_t)) argument
36 # define GET_SIGSET(k,u) __copy_from_user((k)->sig, (u)->sig, sizeof(sigset_t)) argument
38 # define PUT_SIGSET(k,u) __put_user((k)->sig[0], &(u)->sig[0]) argument
39 # define GET_SIGSET(k,u) __get_user((k)->sig[0], &(u)->sig[0]) argument
/arch/powerpc/kernel/
Dcacheinfo.c133 static struct cache_index_dir *kobj_to_cache_index_dir(struct kobject *k) in kobj_to_cache_index_dir()
521 static ssize_t cache_index_show(struct kobject *k, struct attribute *attr, char *buf) in cache_index_show()
530 static struct cache *index_kobj_to_cache(struct kobject *k) in index_kobj_to_cache()
539 static ssize_t size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in size_show()
556 static ssize_t line_size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in line_size_show()
572 static ssize_t nr_sets_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in nr_sets_show()
588 static ssize_t associativity_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in associativity_show()
604 static ssize_t type_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in type_show()
616 static ssize_t level_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in level_show()
630 static ssize_t shared_cpu_map_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in shared_cpu_map_show()
/arch/sh/kernel/
Dio_trapped.c49 int k, n; in register_trapped_io() local
117 int k, len; in match_trapped_io_handler() local
171 int k; in lookup_address() local
/arch/arm/mach-shmobile/
Dpm-rcar.c40 int k; in rcar_sysc_pwr_on_off() local
75 int k; in rcar_sysc_update() local
Dplatsmp-scu.c82 int k; in shmobile_smp_scu_cpu_kill() local
Dplatsmp-apmu.c56 int k; in apmu_power_off_poll() local
103 int k; in apmu_parse_cfg() local
/arch/sh/mm/
Dconsistent.c73 int k; in dma_generic_free_coherent() local
114 int k = strlen(name); in memchunk_cmdline_override() local
/arch/sh/kernel/cpu/shmobile/
Dcpuidle.c34 int k; in cpuidle_sleep_enter() local
/arch/x86/vdso/
Dvdso2c.h86 int k; in BITSFUNC() local
/arch/s390/kernel/
Dptrace.c868 unsigned long *k = kbuf; in s390_regs_get() local
897 const unsigned long *k = kbuf; in s390_regs_set() local
1000 unsigned long *k = kbuf; in s390_last_break_get() local
1232 compat_ulong_t *k = kbuf; in s390_compat_regs_get() local
1261 const compat_ulong_t *k = kbuf; in s390_compat_regs_set() local
1296 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get() local
1325 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set() local
1357 unsigned long *k = kbuf; in s390_compat_last_break_get() local
/arch/mips/sibyte/bcm1480/
Dirq.c94 int i = 0, old_cpu, cpu, int_on, k; in bcm1480_set_affinity() local
157 int k; in ack_bcm1480_irq() local
/arch/arm/net/
Dbpf_jit_32.c47 #define SCRATCH_OFF(k) (SCRATCH_SP_OFFSET + 4 * (k)) argument
50 #define SEEN_MEM_WORD(k) (1 << (k)) argument
251 static u16 imm_offset(u32 k, struct jit_ctx *ctx) in imm_offset()
477 u32 k; in build_body() local
/arch/sparc/kernel/
Dptrace_32.c55 unsigned long *k = kbuf; in genregs32_get() local
133 const unsigned long *k = kbuf; in genregs32_set() local
/arch/microblaze/include/asm/
Dcpuinfo.h21 const unsigned k; member
28 const unsigned k; member
/arch/powerpc/platforms/powermac/
Dudbg_adb.c76 int k, t, on; in udbg_adb_local_getc() local
/arch/sh/boards/mach-migor/
Dlcd_qvga.c120 int k; in migor_lcd_qvga_setup() local

123456