Searched refs:base3 (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/char/hw_random/
H A Dn2-drv.c561 u64 base, base3; local
568 base3 = base | RNG_CTL_LFSR |
573 base3 = base | RNG_CTL_LFSR |
578 base3 = base | RNG_CTL_LFSR |
586 np->test_control[3] = base3;
/linux-master/arch/x86/include/asm/
H A Ddesc_defs.h111 u32 base3; member in struct:ldttss_desc
H A Ddesc.h177 desc->base3 = (u32) (addr >> 32);
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c639 unsigned long bpl_uv, lines_uv, base2, base3; /* planar */ local
683 base3 = base2 + bpl_uv * lines_uv;
685 swap(base2, base3);
687 bpl_uv,lines_uv,base2,base3);
693 saa_writel(SAA7134_RS_BA1(5),base3);
694 saa_writel(SAA7134_RS_BA2(5),base3+bpl_uv);
701 saa_writel(SAA7134_RS_BA1(5),base3);
702 saa_writel(SAA7134_RS_BA2(5),base3);
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h194 struct desc_struct *desc, u32 *base3, int seg);
196 struct desc_struct *desc, u32 base3, int seg);
H A Demulate.c641 u32 base3; local
644 ctxt->ops->get_segment(ctxt, &dummy, &desc, &base3, seg);
645 ctxt->ops->set_segment(ctxt, selector, &desc, base3, seg);
786 u32 base3; local
806 if (!ctxt->ops->get_segment(ctxt, &selector, &cs, &base3, VCPU_SREG_CS))
1479 u32 base3 = 0; local
1486 if (!ops->get_segment(ctxt, &sel, &desc, &base3,
1491 dt->address = get_desc_base(&desc) | ((u64)base3 << 32);
1565 u32 base3 = 0; local
1732 ret = linear_read_system(ctxt, desc_addr+8, &base3, sizeo
2592 u32 base3; local
[all...]
H A Dx86.c8345 struct desc_struct *desc, u32 *base3,
8355 if (base3)
8356 *base3 = 0;
8365 if (base3)
8366 *base3 = var.base >> 32;
8381 struct desc_struct *desc, u32 base3,
8390 var.base |= ((u64)base3) << 32;
8344 emulator_get_segment(struct x86_emulate_ctxt *ctxt, u16 *selector, struct desc_struct *desc, u32 *base3, int seg) argument
8380 emulator_set_segment(struct x86_emulate_ctxt *ctxt, u16 selector, struct desc_struct *desc, u32 base3, int seg) argument
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c54 return ((u64)desc->base3 << 32) | ((u64)desc->base2 << 24) |
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h396 uint32_t base3; member in struct:desc64
422 return ((uint64_t)desc->base3 << 32) |
/linux-master/arch/x86/mm/
H A Dfault.c503 addr |= ((u64)desc.base3 << 32);
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c437 desc->base3 = segp->base >> 32;

Completed in 401 milliseconds