Searched refs:cs (Results 76 - 100 of 206) sorted by relevance

123456789

/arch/x86/include/asm/
H A Dlguest.h50 unsigned long cs; member in struct:lguest_regs
H A Dstring_32.h21 extern int strcmp(const char *cs, const char *ct);
24 extern int strncmp(const char *cs, const char *ct, size_t count);
205 extern void *memchr(const void *cs, int c, size_t count);
250 extern char *strstr(const char *cs, const char *ct);
H A Duser32.h40 unsigned short cs, __cs; member in struct:user_regs_struct32
H A Duser_64.h86 unsigned long cs; member in struct:user_regs_struct
H A Dvm86.h79 unsigned short cs, __csh; member in struct:vm86_regs
/arch/x86/kernel/
H A Ddoublefault_32.c62 .cs = __KERNEL_CS,
H A Dtrampoline_32.S44 mov %cs, %ax # Code and data in the same place
H A Dsignal.c99 COPY_SEG_CPL3(cs);
105 COPY_SEG_CPL3(cs);
158 put_user_ex(regs->cs, (unsigned int __user *)&sc->cs);
164 put_user_ex(regs->cs, &sc->cs);
334 regs->cs = __USER_CS;
401 regs->cs = __USER_CS;
467 regs->cs = __USER_CS;
923 regs->cs
[all...]
H A Dptrace.c87 REG_OFFSET_NAME(cs),
201 * For %cs and %ss we cannot permit a null selector.
204 * we will never get back to user mode with invalid %cs or %ss
210 case offsetof(struct user_regs_struct, cs):
273 case offsetof(struct user_regs_struct, cs):
332 case offsetof(struct user_regs_struct,cs):
337 task_pt_regs(task)->cs = value;
391 case offsetof(struct user_regs_struct, cs):
433 case offsetof(struct user_regs_struct, cs):
964 SEG32(cs);
[all...]
/arch/arm/boot/dts/
H A Dimx53-evk.dts39 cs-gpios = <&gpio2 30 0>, <&gpio3 19 0>;
/arch/arm/lib/
H A Dcopy_template.S150 ldr1b r1, r4, cs, abort=21f
151 ldr1b r1, ip, cs, abort=21f
153 str1b r0, r4, cs, abort=21f
154 str1b r0, ip, cs, abort=21f
/arch/x86/kernel/acpi/realmode/
H A Dwakeup.S53 lgdtl %cs:wakeup_gdt
71 movw %cs, %ax
/arch/arm/mach-omap2/
H A Dboard-zoom-debugboard.c35 .cs = ZOOM_SMSC911X_CS,
/arch/m68k/platform/68328/
H A Dtimers.c78 static cycle_t m68328_read_clk(struct clocksource *cs) argument
/arch/openrisc/kernel/
H A Dtime.c144 static cycle_t openrisc_timer_read(struct clocksource *cs) argument
/arch/powerpc/platforms/cell/
H A Dspider-pic.c206 unsigned int cs, virq; local
208 cs = in_be32(pic->regs + TIR_CS) >> 24;
209 if (cs == SPIDER_IRQ_INVALID)
212 virq = irq_linear_revmap(pic->host, cs);
/arch/um/kernel/
H A Dtime.c68 static cycle_t itimer_read(struct clocksource *cs) argument
/arch/arm/mach-prima2/
H A Dtimer.c74 static cycle_t sirfsoc_timer_read(struct clocksource *cs) argument
121 static void sirfsoc_clocksource_suspend(struct clocksource *cs) argument
131 static void sirfsoc_clocksource_resume(struct clocksource *cs) argument
/arch/mips/sgi-ip27/
H A Dip27-timer.c149 static cycle_t hub_rt_read(struct clocksource *cs) argument
164 struct clocksource *cs = &hub_rt_clocksource; local
166 clocksource_register_hz(cs, CYCLES_PER_SEC);
/arch/ia64/kernel/
H A Dtime.c35 static cycle_t itc_get_cycles(struct clocksource *cs);
61 paravirt_clocksource_resume(struct clocksource *cs) argument
369 static cycle_t itc_get_cycles(struct clocksource *cs) argument
H A Dcyclone.c24 static cycle_t read_cyclone(struct clocksource *cs) argument
/arch/arm/mach-at91/
H A Dat91rm9200_time.c97 static cycle_t read_clk32k(struct clocksource *cs) argument
/arch/arm/mach-netx/include/mach/
H A Dnetx-regs.h338 #define NETX_MEMCR_SRAM_CTRL(cs) NETX_MEMCR_REG(0x0 + 4 * (cs)) /* SRAM for CS 0..2 */
364 #define NETX_DPMAS_EXT_CONFIG(cs) NETX_DPMAS_REG(0x610 + 4 * (cs))
/arch/arm/mach-vt8500/
H A Dtimer.c48 static cycle_t vt8500_timer_read(struct clocksource *cs) argument
/arch/avr32/kernel/
H A Dtime.c21 static cycle_t read_cycle_count(struct clocksource *cs) argument

Completed in 1433 milliseconds

123456789