Searched refs:sca_offset (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/kvm/
H A Dkvm-s390.c1082 static unsigned long sca_offset; kvm_arch_init_vm() local
1105 sca_offset += 16; kvm_arch_init_vm()
1106 if (sca_offset + sizeof(struct sca_block) > PAGE_SIZE) kvm_arch_init_vm()
1107 sca_offset = 0; kvm_arch_init_vm()
1108 kvm->arch.sca = (struct sca_block *) ((char *) kvm->arch.sca + sca_offset); kvm_arch_init_vm()
/linux-4.4.14/drivers/tty/
H A Dsynclinkmp.c251 u32 sca_offset; member in struct:_synclinkmp_info
3571 if (request_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE,"synclinkmp") == NULL) { claim_resources()
3614 info->sca_base += info->sca_offset; claim_resources()
3660 release_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE); release_resources()
3674 iounmap(info->sca_base - info->sca_offset); release_resources()
3787 info->sca_offset = info->phys_sca_base & (PAGE_SIZE-1); alloc_dev()

Completed in 135 milliseconds