Searched refs:base1 (Results 1 – 18 of 18) sorted by relevance
| /arch/x86/include/asm/ |
| A D | desc_defs.h | 69 u16 base1: 8, type: 4, s: 1, dpl: 2, p: 1; member 78 .base1 = ((base) >> 16) & 0x00FF, \ 108 u16 base1 : 8, type : 5, dpl : 2, p : 1; member
|
| A D | desc.h | 21 desc->base1 = (info->base_addr & 0x00ff0000) >> 16; in fill_ldt() 170 desc->base1 = (addr >> 16) & 0xFF; in set_tssldt_descriptor() 384 return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc_base() 390 desc->base1 = (base >> 16) & 0xff; in set_desc_base()
|
| /arch/s390/kvm/ |
| A D | kvm-s390.h | 145 u32 base1 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_siy() local 153 *ar = base1; in kvm_s390_get_base_disp_siy() 155 return (base1 ? vcpu->run->s.regs.gprs[base1] : 0) + disp1; in kvm_s390_get_base_disp_siy() 162 u32 base1 = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in kvm_s390_get_base_disp_sse() local 167 *address1 = (base1 ? vcpu->run->s.regs.gprs[base1] : 0) + disp1; in kvm_s390_get_base_disp_sse() 171 *ar_b1 = base1; in kvm_s390_get_base_disp_sse()
|
| /arch/arm/kernel/ |
| A D | bios32.c | 206 u32 base0, base1; in pci_fixup_cy82c693() local 210 base1 = 0x3f4; in pci_fixup_cy82c693() 213 base1 = 0x374; in pci_fixup_cy82c693() 219 base1 | PCI_BASE_ADDRESS_SPACE_IO); in pci_fixup_cy82c693()
|
| /arch/x86/math-emu/ |
| A D | fpu_system.h | 48 return base | ((unsigned long)d->base1 << 16) | d->base0; in seg_get_base()
|
| /arch/x86/hyperv/ |
| A D | hv_vtl.c | 92 (desc->base1 << 16) | desc->base0; in hv_vtl_system_desc_base()
|
| /arch/arm/boot/dts/qcom/ |
| A D | qcom-apq8084.dtsi | 254 tsens_base1: base1@d0 { 414 tsens_base1_backup: base1-backup@440 { 542 "base1", "base2",
|
| A D | qcom-msm8226.dtsi | 793 "base1", "base2", 818 tsens_base1: base1@1c1 {
|
| A D | qcom-msm8974.dtsi | 1200 "base1", "base2", 1243 tsens_base1: base1@d0 { 1403 tsens_base1_backup: base1-backup@440 {
|
| /arch/arm64/boot/dts/qcom/ |
| A D | ipq5332.dtsi | 216 tsens_base1: base1@3e2 { 245 "base1",
|
| A D | ipq5424.dtsi | 264 tsens_base1: base1@41a { 340 "base1",
|
| A D | msm8917.dtsi | 486 tsens_base1: base1@1d8 { 639 "base1", "base2",
|
| A D | msm8976.dtsi | 505 tsens_base1: base1@218 { 651 "base1", "base2",
|
| A D | qcs404.dtsi | 486 tsens_base1: base1@208 { 580 "base1", "base2",
|
| A D | msm8916.dtsi | 463 tsens_base1: base1@d0 { 559 "base1", "base2",
|
| A D | msm8939.dtsi | 499 tsens_base1: base1@a0 { 632 "base1", "base2",
|
| /arch/arm64/boot/dts/ti/ |
| A D | k3-j722s.dtsi | 170 <0x00 0x30270000 0x00 0x30270000 0x00 0x00010000>, /* DSI-base1 */
|
| /arch/x86/mm/ |
| A D | fault.c | 500 addr = desc.base0 | (desc.base1 << 16) | ((unsigned long)desc.base2 << 24); in show_ldttss()
|
Completed in 52 milliseconds