Home
last modified time | relevance | path

Searched refs:hard_processor_id (Results 1 – 10 of 10) sorted by relevance

/arch/metag/include/asm/
Duser_gateway.h26 hard_processor_id() * 4); in set_gateway_tls()
32 hard_processor_id() * sizeof(void *)); in set_gateway_tls()
Dtlbflush.h28 int thread = hard_processor_id(); in __flush_tlb()
Dmmu_context.h75 load_pgd(next->pgd, hard_processor_id()); in switch_mmu()
Dprocessor.h159 static inline unsigned int hard_processor_id(void) in hard_processor_id() function
/arch/metag/mm/
Dmmu-meta2.c20 unsigned int cpu = hard_processor_id(); in mmu_read_first_level_page()
60 unsigned int cpu = hard_processor_id(); in mmu_get_base()
201 load_pgd(swapper_pg_dir, hard_processor_id()); in mmu_init()
Dmmu-meta1.c59 stride = hard_processor_id(); /* [0..3] */ in __get_mmu_base()
/arch/metag/kernel/
Dcachepart.c46 unsigned int cpart = metag_in32(SYSC_DCPART(hard_processor_id())); in get_global_dcache_size()
53 unsigned int cpart = metag_in32(SYSC_ICPART(hard_processor_id())); in get_global_icache_size()
Dsetup.c399 cpu_2_hwthread_id[smp_processor_id()] = hard_processor_id(); in setup_arch()
400 hwthread_id_2_cpu[hard_processor_id()] = smp_processor_id(); in setup_arch()
554 current_thread_info()->cpu = hard_processor_id(); in metag_start_kernel()
567 unsigned int offset = hard_processor_id() << TXPRIVREG_STRIDE_S; in setup_priv()
Dsmp.c182 this_thread = hard_processor_id(); in setup_smp_cache()
/arch/metag/kernel/perf/
Dperf_event.c652 ((1 << 24) << hard_processor_id()); in metag_pmu_enable_counter()