Searched refs:sctns (Results 1 – 2 of 2) sorted by relevance
176 sctns->hdr.infhdln = sizeof(sctns->hdr); in fill_hdr()177 sctns->hdr.infmoff = sizeof(sctns->hdr); in fill_hdr()178 sctns->hdr.infmlen = sizeof(sctns->mac); in fill_hdr()179 sctns->hdr.infplen = sizeof(sctns->par); in fill_hdr()180 sctns->hdr.infpoff = sctns->hdr.infhdln + sctns->hdr.infmlen; in fill_hdr()181 sctns->hdr.infhtotl = sctns->hdr.infpoff + sctns->hdr.infplen; in fill_hdr()194 memcpy(sctns->mac.infmtype, sysinfo->type, sizeof(sctns->mac.infmtype)); in fill_stsi_mac()407 sctns->par.infpwbcp = sctns->mac.infmscps * 0x10000 * in fill_diag()412 sctns->par.infpwbif = sctns->mac.infmsifl * 0x10000 * in fill_diag()460 fill_hdr(sctns); in fill_dst()[all …]
410 struct sthyi_sctns *sctns = NULL; in handle_sthyi() local435 sctns = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); in handle_sthyi()436 if (!sctns) in handle_sthyi()439 cc = sthyi_fill(sctns, &rc); in handle_sthyi()441 free_page((unsigned long)sctns); in handle_sthyi()447 memcpy(sida_addr(vcpu->arch.sie_block), sctns, PAGE_SIZE); in handle_sthyi()449 r = write_guest(vcpu, addr, reg2, sctns, PAGE_SIZE); in handle_sthyi()451 free_page((unsigned long)sctns); in handle_sthyi()457 free_page((unsigned long)sctns); in handle_sthyi()