/arch/c6x/boot/dts/ |
D | tms320c6472.dtsi | 13 model = "ti,c64x+"; 18 model = "ti,c64x+"; 23 model = "ti,c64x+"; 28 model = "ti,c64x+"; 33 model = "ti,c64x+"; 38 model = "ti,c64x+"; 50 compatible = "ti,c64x+core-pic"; 56 compatible = "ti,c64x+megamod-pic"; 64 compatible = "ti,c64x+cache"; 69 compatible = "ti,c64x+timer64"; [all …]
|
D | tms320c6474.dtsi | 13 model = "ti,c64x+"; 18 model = "ti,c64x+"; 23 model = "ti,c64x+"; 37 compatible = "ti,c64x+core-pic"; 41 compatible = "ti,c64x+megamod-pic"; 49 compatible = "ti,c64x+cache"; 54 compatible = "ti,c64x+timer64"; 55 ti,core-mask = < 0x04 >; 60 compatible = "ti,c64x+timer64"; 61 ti,core-mask = < 0x02 >; [all …]
|
D | tms320c6455.dtsi | 12 model = "ti,c64x+"; 27 compatible = "ti,c64x+core-pic"; 34 compatible = "ti,c64x+megamod-pic"; 42 compatible = "ti,c64x+cache"; 47 compatible = "ti,c64x+emifa", "simple-bus"; 56 ti,dscr-dev-enable = <13>; 57 ti,emifa-burst-priority = <255>; 58 ti,emifa-ce-config = <0x00240120 65 compatible = "ti,c64x+timer64"; 67 ti,dscr-dev-enable = <4>; [all …]
|
D | tms320c6457.dtsi | 12 model = "ti,c64x+"; 27 compatible = "ti,c64x+core-pic"; 31 compatible = "ti,c64x+megamod-pic"; 39 compatible = "ti,c64x+cache"; 44 compatible = "ti,c64x+dscr"; 47 ti,dscr-devstat = <0x20>; 48 ti,dscr-silicon-rev = <0x18 28 0xf>; 49 ti,dscr-mac-fuse-regs = <0x114 3 4 5 6 51 ti,dscr-kick-regs = <0x38 0x83E70B13 56 compatible = "ti,c64x+timer64"; [all …]
|
/arch/arm/boot/dts/ |
D | omap3.dtsi | 4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 14 compatible = "ti,omap3430", "ti,omap3"; 34 compatible = "ti,omap-infra"; 36 compatible = "ti,omap3-mpu"; 37 ti,hwmods = "mpu"; 41 compatible = "ti,iva2.2"; 42 ti,hwmods = "iva"; 45 compatible = "ti,omap3-c64"; 62 ti,hwmods = "l3_main"; 65 compatible = "ti,omap2-intc"; [all …]
|
D | omap2.dtsi | 4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 14 compatible = "ti,omap2430", "ti,omap2420", "ti,omap2"; 29 compatible = "ti,omap-infra"; 31 compatible = "ti,omap2-mpu"; 32 ti,hwmods = "mpu"; 41 ti,hwmods = "l3_main"; 44 compatible = "ti,omap2-intc"; 50 compatible = "ti,omap2-uart"; 51 ti,hwmods = "uart1"; 56 compatible = "ti,omap2-uart"; [all …]
|
D | omap4.dtsi | 2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 20 compatible = "ti,omap4430", "ti,omap4"; 44 compatible = "ti,omap-infra"; 46 compatible = "ti,omap4-mpu"; 47 ti,hwmods = "mpu"; 51 compatible = "ti,omap3-c64"; 52 ti,hwmods = "dsp"; 56 compatible = "ti,ivahd"; 57 ti,hwmods = "iva"; 93 compatible = "ti,omap4-l3-noc", "simple-bus"; [all …]
|
D | omap4-panda.dts | 2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 14 compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
|
D | omap4-sdp.dts | 2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 14 compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
|
/arch/c6x/include/asm/ |
D | thread_info.h | 76 struct thread_info *ti; in current_thread_info() local 78 : "=b" (ti) in current_thread_info() 80 return ti; in current_thread_info() 95 #define free_thread_info(ti) free_pages((unsigned long) (ti), THREAD_ORDER) argument 96 #define get_thread_info(ti) get_task_struct((ti)->task) argument 97 #define put_thread_info(ti) put_task_struct((ti)->task) argument
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 58 #define thread_info_to_uregs(ti) \ argument 60 ((unsigned long)ti + THREAD_SIZE - sizeof(struct pt_regs))) 100 struct thread_info *ti; in current_thread_info() local 103 : "=d" (ti) in current_thread_info() 106 return ti; in current_thread_info() 135 #define free_thread_info(ti) kfree((ti)) argument 139 #define get_thread_info(ti) get_task_struct((ti)->task) argument 140 #define put_thread_info(ti) put_task_struct((ti)->task) argument
|
/arch/hexagon/kernel/ |
D | process.c | 120 struct thread_info *ti = task_thread_info(p); in copy_thread() local 125 childregs = (struct pt_regs *) (((unsigned long) ti + THREAD_SIZE) - in copy_thread() 129 ti->regs = childregs; in copy_thread() 175 childregs->THREADINFO_REG = (unsigned long) ti; in copy_thread() 182 p->stack = (void *)ti; in copy_thread() 246 struct thread_info *ti; in alloc_thread_info_node() local 248 ti = kmem_cache_alloc_node(thread_info_cache, GFP_KERNEL, node); in alloc_thread_info_node() 249 if (unlikely(ti == NULL)) in alloc_thread_info_node() 252 memset(ti, 0, THREAD_SIZE); in alloc_thread_info_node() 254 return ti; in alloc_thread_info_node() [all …]
|
/arch/sh/kernel/ |
D | process.c | 37 struct thread_info *ti; in alloc_thread_info_node() local 44 ti = kmem_cache_alloc_node(thread_info_cache, mask, node); in alloc_thread_info_node() 45 return ti; in alloc_thread_info_node() 48 void free_thread_info(struct thread_info *ti) in free_thread_info() argument 50 free_thread_xstate(ti->task); in free_thread_info() 51 kmem_cache_free(thread_info_cache, ti); in free_thread_info() 72 void free_thread_info(struct thread_info *ti) in free_thread_info() argument 74 free_thread_xstate(ti->task); in free_thread_info() 75 free_pages((unsigned long)ti, THREAD_SIZE_ORDER); in free_thread_info()
|
/arch/sh/include/asm/ |
D | thread_info.h | 72 struct thread_info *ti; in current_thread_info() local 74 __asm__ __volatile__ ("getcon cr17, %0" : "=r" (ti)); in current_thread_info() 76 __asm__ __volatile__ ("stc r7_bank, %0" : "=r" (ti)); in current_thread_info() 83 : "=&r" (ti), "=r" (__dummy) in current_thread_info() 88 return ti; in current_thread_info() 99 extern void free_thread_info(struct thread_info *ti); 171 struct thread_info *ti = current_thread_info(); in set_restore_sigmask() local 172 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask() 173 set_bit(TIF_SIGPENDING, (unsigned long *)&ti->flags); in set_restore_sigmask()
|
/arch/m32r/include/asm/ |
D | thread_info.h | 84 struct thread_info *ti; in current_thread_info() local 89 : "=r" (ti) : "i" (~(THREAD_SIZE - 1)) in current_thread_info() 92 return ti; in current_thread_info() 112 struct thread_info *ti = current_thread_info(); in set_thread_fault_code() local 113 ti->flags = (ti->flags & (~0 >> (32 - TI_FLAG_FAULT_CODE_SHIFT))) in set_thread_fault_code() 119 struct thread_info *ti = current_thread_info(); in get_thread_fault_code() local 120 return ti->flags >> TI_FLAG_FAULT_CODE_SHIFT; in get_thread_fault_code()
|
/arch/xtensa/kernel/ |
D | process.c | 57 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all() argument 68 cpenable = ti->cpenable; in coprocessor_release_all() 71 if (coprocessor_owner[i] == ti) { in coprocessor_release_all() 77 ti->cpenable = cpenable; in coprocessor_release_all() 83 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all() argument 90 cpenable = ti->cpenable; in coprocessor_flush_all() 93 if ((cpenable & 1) != 0 && coprocessor_owner[i] == ti) in coprocessor_flush_all() 94 coprocessor_flush(ti, i); in coprocessor_flush_all() 139 struct thread_info *ti = current_thread_info(); in flush_thread() local 140 coprocessor_flush_all(ti); in flush_thread() [all …]
|
/arch/microblaze/kernel/ |
D | process.c | 126 struct thread_info *ti = task_thread_info(p); in copy_thread() local 132 childregs->r1 = ((unsigned long) ti) + THREAD_SIZE; in copy_thread() 135 memset(&ti->cpu_context, 0, sizeof(struct cpu_context)); in copy_thread() 136 ti->cpu_context.r1 = (unsigned long)childregs; in copy_thread() 137 ti->cpu_context.msr = (unsigned long)childregs->msr; in copy_thread() 151 memset(&ti->cpu_context, 0, sizeof(struct cpu_context)); in copy_thread() 156 ti->cpu_context = *(struct cpu_context *)regs; in copy_thread() 161 ti->cpu_context.r1 = (unsigned long)childregs; in copy_thread() 179 ti->cpu_context.msr = (childregs->msr|MSR_VM); in copy_thread() 180 ti->cpu_context.msr &= ~MSR_UMS; /* switch_to to kernel mode */ in copy_thread() [all …]
|
/arch/cris/include/arch-v10/arch/ |
D | thread_info.h | 7 struct thread_info *ti; in current_thread_info() local 8 __asm__("and.d $sp,%0; ":"=r" (ti) : "0" (~8191UL)); in current_thread_info() 9 return ti; in current_thread_info()
|
/arch/cris/include/arch-v32/arch/ |
D | thread_info.h | 7 struct thread_info *ti; in current_thread_info() local 9 __asm__ __volatile__ ("and.d $sp, %0" : "=r" (ti) : "0" (~8191UL)); in current_thread_info() 10 return ti; in current_thread_info()
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 76 extern void free_thread_info(struct thread_info *ti); 155 struct thread_info *ti = current_thread_info(); in set_restore_sigmask() local 156 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask() 157 set_bit(TIF_SIGPENDING, &ti->flags); in set_restore_sigmask() 162 struct thread_info *ti = current_thread_info(); in test_thread_local_flags() local 163 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
|
/arch/avr32/kernel/ |
D | ptrace.c | 236 struct thread_info *ti; in do_debug() local 243 ti = current_thread_info(); in do_debug() 247 status, regs->pc, regs->sr, ti->flags); in do_debug() 261 ti, TIF_BREAKPOINT)) { in do_debug() 286 && test_ti_thread_flag(ti, TIF_SINGLE_STEP)) { in do_debug() 290 set_ti_thread_flag(ti, TIF_BREAKPOINT); in do_debug() 308 ti->rar_saved = sysreg_read(RAR_EX); in do_debug() 309 ti->rsr_saved = sysreg_read(RSR_EX); in do_debug() 313 BUG_ON(ti->rsr_saved & MODE_MASK); in do_debug() 325 clear_ti_thread_flag(ti, TIF_SINGLE_STEP); in do_debug() [all …]
|
/arch/um/include/asm/ |
D | thread_info.h | 50 struct thread_info *ti; in current_thread_info() local 54 asm volatile ("" : "=r" (p) : "0" (&ti)); in current_thread_info() 55 ti = (struct thread_info *) (((unsigned long)p) & ~mask); in current_thread_info() 56 return ti; in current_thread_info()
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 94 #define get_thread_info(ti) get_task_struct((ti)->task) argument 95 #define put_thread_info(ti) put_task_struct((ti)->task) argument
|
/arch/avr32/include/asm/ |
D | thread_info.h | 64 #define get_thread_info(ti) get_task_struct((ti)->task) argument 65 #define put_thread_info(ti) put_task_struct((ti)->task) argument
|
/arch/um/kernel/ |
D | irq.c | 405 struct thread_info *ti; in to_irq_stack() local 428 ti = current_thread_info(); in to_irq_stack() 429 nested = (ti->real_thread != NULL); in to_irq_stack() 434 task = cpu_tasks[ti->cpu].task; in to_irq_stack() 437 *ti = *tti; in to_irq_stack() 438 ti->real_thread = tti; in to_irq_stack() 439 task->stack = ti; in to_irq_stack() 449 struct thread_info *ti, *to; in from_irq_stack() local 452 ti = current_thread_info(); in from_irq_stack() 456 to = ti->real_thread; in from_irq_stack() [all …]
|