/arch/mips/kernel/ |
D | smp-mt.c | 56 static unsigned int __init smvp_vpe_init(unsigned int tc, unsigned int mvpconf0, in smvp_vpe_init() argument 59 if (tc > ((mvpconf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT)) in smvp_vpe_init() 63 if (tc != 0) { in smvp_vpe_init() 73 set_cpu_possible(tc, true); in smvp_vpe_init() 74 set_cpu_present(tc, true); in smvp_vpe_init() 75 __cpu_number_map[tc] = ++ncpu; in smvp_vpe_init() 76 __cpu_logical_map[ncpu] = tc; in smvp_vpe_init() 82 if (tc != 0) in smvp_vpe_init() 88 static void __init smvp_tc_init(unsigned int tc, unsigned int mvpconf0) in smvp_tc_init() argument 92 if (!tc) in smvp_tc_init() [all …]
|
D | vpe-mt.c | 31 struct tc *t; in vpe_run() 46 if (list_empty(&v->tc)) { in vpe_run() 57 t = list_first_entry(&v->tc, struct tc, tc); in vpe_run() 147 void cleanup_tc(struct tc *tc) in cleanup_tc() argument 159 settc(tc->index); in cleanup_tc() 209 struct tc *t; in vpe_stop() 214 t = list_entry(v->tc.next, struct tc, tc); in vpe_stop() 230 struct tc *t; in vpe_free() 233 t = list_entry(v->tc.next, struct tc, tc); in vpe_free() 333 struct tc *t; in vpe_module_init() [all …]
|
D | mips-mt.c | 57 int tc; in mips_mt_regdump() local 72 for (tc = 0; tc < ntc; tc++) { in mips_mt_regdump() 73 settc(tc); in mips_mt_regdump() 94 for (tc = 0; tc < ntc; tc++) { in mips_mt_regdump() 95 settc(tc); in mips_mt_regdump() 100 printk(" TC %d (current TC with VPE EPC above)\n", tc); in mips_mt_regdump() 105 printk(" TC %d\n", tc); in mips_mt_regdump()
|
D | vpe-cmp.c | 19 void cleanup_tc(struct tc *tc) in cleanup_tc() argument 93 struct tc *t; in vpe_module_init() 149 list_add(&t->tc, &v->tc); in vpe_module_init()
|
D | vpe.c | 74 struct tc *get_tc(int index) in get_tc() 76 struct tc *res, *t; in get_tc() 100 INIT_LIST_HEAD(&v->tc); in alloc_vpe() 113 struct tc *alloc_tc(int index) in alloc_tc() 115 struct tc *tc; in alloc_tc() local 117 tc = kzalloc(sizeof(struct tc), GFP_KERNEL); in alloc_tc() 118 if (tc == NULL) in alloc_tc() 121 INIT_LIST_HEAD(&tc->tc); in alloc_tc() 122 tc->index = index; in alloc_tc() 125 list_add_tail(&tc->list, &vpecontrol.tc_list); in alloc_tc() [all …]
|
/arch/mips/include/asm/ |
D | vpe.h | 70 struct list_head tc; member 84 struct tc { struct 89 struct list_head tc; /* The list of TC's with this VPE */ member 117 struct tc *get_tc(int index); 119 struct tc *alloc_tc(int index); 126 void cleanup_tc(struct tc *tc);
|
D | mipsmtregs.h | 365 #define settc(tc) \ argument 367 write_c0_vpecontrol((read_c0_vpecontrol()&~VPECONTROL_TARGTC) | (tc)); \
|
/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 368 static int create_pad_descriptor(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **pad_des… in create_pad_descriptor() argument 389 switch (tc->unit_no) { in create_pad_descriptor() 391 error = create_md5_pad(alloc_flag, tc->consumed, &pad, &plen); in create_pad_descriptor() 398 mo.hashconf = tc->hash_conf; in create_pad_descriptor() 399 mo.hashmode = tc->hash_mode; in create_pad_descriptor() 402 error = create_sha1_pad(alloc_flag, tc->consumed, &pad, &plen); in create_pad_descriptor() 409 mo.hashconf = tc->hash_conf; in create_pad_descriptor() 410 mo.hashmode = tc->hash_mode; in create_pad_descriptor() 413 if (tc->consumed % tc->blocklength){ in create_pad_descriptor() 439 static int setup_key_dl_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **kd, int all… in setup_key_dl_desc() argument [all …]
|
/arch/m68k/kernel/ |
D | relocate_kernel.S | 33 pmove %tc,%d0 /* Disable MMU */ 35 pmove %d0,%tc 67 movec %d0,%tc /* Disable MMU */
|
/arch/mips/dec/ |
D | Makefile | 8 obj-$(CONFIG_TC) += tc.o
|
/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 111 fw_efi_get_time (efi_time_t *tm, efi_time_cap_t *tc) in fw_efi_get_time() argument 124 if (tc) in fw_efi_get_time() 125 memset(tc, 0, sizeof(*tc)); in fw_efi_get_time()
|
/arch/powerpc/kernel/ |
D | swsusp_asm64.S | 81 .tc swsusp_save_area[TC],swsusp_save_area 83 .tc restore_pblist[TC],restore_pblist
|
D | vector.S | 315 .tc FD_0_0[TC],0 317 .tc FD_3ff00000_0[TC],0x3ff0000000000000 /* 1.0 */ 319 .tc FD_3fe00000_0[TC],0x3fe0000000000000 /* 0.5 */
|
D | misc_64.S | 57 .tc ppc64_caches[TC],ppc64_caches
|
D | entry_64.S | 52 .tc sys_call_table[TC],sys_call_table 56 .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
|
/arch/s390/include/asm/ |
D | etr.h | 89 unsigned int tc : 4; /* ETR type code */ member
|
/arch/arm/boot/dts/ |
D | at91-kizbox.dts | 143 tc-block = <1>;
|
/arch/powerpc/lib/ |
D | copypage_64.S | 16 .tc ppc64_caches[TC],ppc64_caches
|
D | string_64.S | 26 .tc ppc64_caches[TC],ppc64_caches
|
/arch/mips/pci/ |
D | ops-tx3927.c | 189 tx3927_pcicptr->tc = TX3927_PCIC_TC_OF8E | TX3927_PCIC_TC_IF8E; in tx3927_pcic_setup()
|
/arch/ia64/kernel/ |
D | mca_drv.c | 402 if (psp->tc || psp->cc || psp->rc || psp->uc) in is_mca_global() 679 if (psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc)) in recover_from_processor_error()
|
D | efi.c | 63 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \ 69 if (tc) \ 70 atc = adjust_arg(tc); \
|
/arch/x86/platform/efi/ |
D | efi_64.c | 397 static efi_status_t efi_thunk_get_time(efi_time_t *tm, efi_time_cap_t *tc) in efi_thunk_get_time() argument 405 phys_tc = virt_to_phys(tc); in efi_thunk_get_time()
|
/arch/mips/include/asm/txx9/ |
D | tx3927.h | 98 volatile unsigned long tc; /* +90 */ member
|
/arch/ia64/include/asm/ |
D | pal.h | 479 tc : 1, /* TLB check */ member 680 #define pmci_proc_tlb_check pme_processor.tc
|