Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 25 of 25) sorted by relevance

/arch/mips/kernel/
Dsmp-mt.c55 static unsigned int __init smvp_vpe_init(unsigned int tc, unsigned int mvpconf0, in smvp_vpe_init() argument
58 if (tc > ((mvpconf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT)) in smvp_vpe_init()
62 if (tc != 0) { in smvp_vpe_init()
72 set_cpu_possible(tc, true); in smvp_vpe_init()
73 __cpu_number_map[tc] = ++ncpu; in smvp_vpe_init()
74 __cpu_logical_map[ncpu] = tc; in smvp_vpe_init()
80 if (tc != 0) in smvp_vpe_init()
86 static void __init smvp_tc_init(unsigned int tc, unsigned int mvpconf0) in smvp_tc_init() argument
90 if (!tc) in smvp_tc_init()
95 if (tc >= (((mvpconf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT)+1)) in smvp_tc_init()
[all …]
Dmips-mt.c57 int tc; in mips_mt_regdump() local
75 for (tc = 0; tc < ntc; tc++) { in mips_mt_regdump()
76 settc(tc); in mips_mt_regdump()
97 for (tc = 0; tc < ntc; tc++) { in mips_mt_regdump()
98 settc(tc); in mips_mt_regdump()
103 printk(" TC %d (current TC with VPE EPC above)\n", tc); in mips_mt_regdump()
108 printk(" TC %d\n", tc); in mips_mt_regdump()
Dvpe.c120 struct list_head tc; member
134 struct tc { struct
139 struct list_head tc; /* The list of TC's with this VPE */ argument
179 static struct tc *get_tc(int index) in get_tc()
181 struct tc *res, *t; in get_tc()
204 INIT_LIST_HEAD(&v->tc); in alloc_vpe()
216 static struct tc *alloc_tc(int index) in alloc_tc()
218 struct tc *tc; in alloc_tc() local
220 if ((tc = kzalloc(sizeof(struct tc), GFP_KERNEL)) == NULL) in alloc_tc()
223 INIT_LIST_HEAD(&tc->tc); in alloc_tc()
[all …]
Dsmtc.c332 static void smtc_tc_setup(int vpe, int tc, int cpu) in smtc_tc_setup() argument
334 settc(tc); in smtc_tc_setup()
355 cpu_data[cpu].tc_id = tc; in smtc_tc_setup()
369 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; in smtc_prepare_cpus() local
468 for (tc = 0, vpe = 0 ; (vpe < nvpe) && (tc < ntc) ; vpe++) { in smtc_prepare_cpus()
480 if (tc != 0) { in smtc_prepare_cpus()
481 smtc_tc_setup(vpe, tc, cpu); in smtc_prepare_cpus()
484 printk(" %d", tc); in smtc_prepare_cpus()
485 tc++; in smtc_prepare_cpus()
528 while (tc < (((val & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1)) { in smtc_prepare_cpus()
[all …]
/arch/cris/arch-v32/drivers/
Dcryptocop.c368 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/mips/dec/
DMakefile9 obj-$(CONFIG_TC) += tc.o
/arch/ia64/hp/sim/boot/
Dfw-emu.c111 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/
Dswsusp_asm64.S72 .tc swsusp_save_area[TC],swsusp_save_area
74 .tc restore_pblist[TC],restore_pblist
Dvector.S236 .tc FD_0_0[TC],0
238 .tc FD_3ff00000_0[TC],0x3ff0000000000000 /* 1.0 */
240 .tc FD_3fe00000_0[TC],0x3fe0000000000000 /* 0.5 */
Dentry_64.S42 .tc .sys_call_table[TC],.sys_call_table
46 .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
378 .tc dscr_default[TC],dscr_default
Dhead_64.S152 .tc ID_72656773_68657265[TC],0x7265677368657265
Dmisc_64.S58 .tc ppc64_caches[TC],ppc64_caches
Dexceptions-64e.S249 .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
/arch/mips/include/asm/
Dmipsmtregs.h341 #define settc(tc) \ argument
343 write_c0_vpecontrol((read_c0_vpecontrol()&~VPECONTROL_TARGTC) | (tc)); \
/arch/ia64/include/asm/
Dkvm.h112 unsigned long tc : 1; /* 54 TR or TC */ member
Dpal.h479 tc : 1, /* TLB check */ member
680 #define pmci_proc_tlb_check pme_processor.tc
/arch/s390/include/asm/
Detr.h91 unsigned int tc : 4; /* ETR type code */ member
/arch/powerpc/lib/
Dcopypage_64.S16 .tc ppc64_caches[TC],ppc64_caches
/arch/mips/pci/
Dops-tx3927.c189 tx3927_pcicptr->tc = TX3927_PCIC_TC_OF8E | TX3927_PCIC_TC_IF8E; in tx3927_pcic_setup()
/arch/x86/platform/efi/
Defi.c106 static efi_status_t virt_efi_get_time(efi_time_t *tm, efi_time_cap_t *tc) in virt_efi_get_time() argument
112 status = efi_call_virt2(get_time, tm, tc); in virt_efi_get_time()
249 efi_time_cap_t *tc) in phys_efi_get_time() argument
257 virt_to_phys(tc)); in phys_efi_get_time()
/arch/ia64/kernel/
Dmca_drv.c401 if (psp->tc || psp->cc || psp->rc || psp->uc) in is_mca_global()
678 if (psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc)) in recover_from_processor_error()
Defi.c58 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \
64 if (tc) \
65 atc = adjust_arg(tc); \
/arch/mips/include/asm/txx9/
Dtx3927.h98 volatile unsigned long tc; /* +90 */ member
/arch/m68k/kernel/
Dhead.S2489 movec %d0,%tc /* enable the MMU */
2516 pmove %a0@(8),%tc /* enable the MMU */
/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S359 .tc native_tlbie_lock[TC],native_tlbie_lock