/arch/mips/kernel/ |
D | smp-mt.c | 55 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 …]
|
D | mips-mt.c | 57 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()
|
D | vpe.c | 120 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 …]
|
D | smtc.c | 332 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/ |
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/mips/dec/ |
D | Makefile | 9 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 | 72 .tc swsusp_save_area[TC],swsusp_save_area 74 .tc restore_pblist[TC],restore_pblist
|
D | vector.S | 236 .tc FD_0_0[TC],0 238 .tc FD_3ff00000_0[TC],0x3ff0000000000000 /* 1.0 */ 240 .tc FD_3fe00000_0[TC],0x3fe0000000000000 /* 0.5 */
|
D | entry_64.S | 42 .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
|
D | head_64.S | 152 .tc ID_72656773_68657265[TC],0x7265677368657265
|
D | misc_64.S | 58 .tc ppc64_caches[TC],ppc64_caches
|
D | exceptions-64e.S | 249 .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
|
/arch/mips/include/asm/ |
D | mipsmtregs.h | 341 #define settc(tc) \ argument 343 write_c0_vpecontrol((read_c0_vpecontrol()&~VPECONTROL_TARGTC) | (tc)); \
|
/arch/ia64/include/asm/ |
D | kvm.h | 112 unsigned long tc : 1; /* 54 TR or TC */ member
|
D | pal.h | 479 tc : 1, /* TLB check */ member 680 #define pmci_proc_tlb_check pme_processor.tc
|
/arch/s390/include/asm/ |
D | etr.h | 91 unsigned int tc : 4; /* ETR type code */ member
|
/arch/powerpc/lib/ |
D | copypage_64.S | 16 .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/x86/platform/efi/ |
D | efi.c | 106 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/ |
D | mca_drv.c | 401 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()
|
D | efi.c | 58 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/ |
D | tx3927.h | 98 volatile unsigned long tc; /* +90 */ member
|
/arch/m68k/kernel/ |
D | head.S | 2489 movec %d0,%tc /* enable the MMU */ 2516 pmove %a0@(8),%tc /* enable the MMU */
|
/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 359 .tc native_tlbie_lock[TC],native_tlbie_lock
|