Home
last modified time | relevance | path

Searched refs:pd1 (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/arc/mm/
Dtlb.c183 static void tlb_entry_insert(unsigned int pd0, unsigned int pd1) in tlb_entry_insert() argument
203 write_aux_reg(ARC_REG_TLBPD1, pd1); in tlb_entry_insert()
446 unsigned long pd0, pd1; in create_tlb() local
506 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); in create_tlb()
508 tlb_entry_insert(pd0, pd1); in create_tlb()
688 unsigned int pd0[mmu->ways], pd1[mmu->ways]; in do_tlb_overlap_fault() local
704 pd1[way] = read_aux_reg(ARC_REG_TLBPD1); in do_tlb_overlap_fault()
733 pd0[way] = pd1[way] = 0; in do_tlb_overlap_fault()
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dpinmux_defs.h234 unsigned int pd1 : 1; member
259 unsigned int pd1 : 1; member
/linux-4.1.27/arch/m68k/include/asm/
Dtraps.h232 unsigned long pd1; /* push data 1*/ member
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c1294 u8 bestArm, pd0, pd1, span, arm; in megasas_get_best_arm_pd() local
1314 pd1 = MR_ArPdGet(arRef, (arm + 1) >= span_row_size ? in megasas_get_best_arm_pd()
1319 pend1 = atomic_read(&lbInfo->scsi_pending_cmds[pd1]); in megasas_get_best_arm_pd()
1323 diff1 = ABS_DIFF(block, lbInfo->last_accessed_block[pd1]); in megasas_get_best_arm_pd()
1331 io_info->pd_after_lb = (bestArm == arm) ? pd0 : pd1; in megasas_get_best_arm_pd()
/linux-4.1.27/arch/arm/boot/dts/
Dk2l-clocks.dtsi221 clock-output-names = "dfe-pd1";
/linux-4.1.27/drivers/dma/
Dcppi41.c115 u32 pd1; member
514 d->pd1 = get_host_pd1(c); in cppi41_dma_prep_slave_sg()
/linux-4.1.27/arch/m68k/kernel/
Dtraps.c893 fp->un.fmt7.wb1dpd0, fp->un.fmt7.pd1, fp->un.fmt7.pd2, in show_registers()