Home
last modified time | relevance | path

Searched refs:ctl_array (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/s390/kvm/
Dpriv.c1300 u32 ctl_array[16]; in kvm_s390_handle_lctl() local
1318 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_lctl()
1325 vcpu->arch.sie_block->gcr[reg] |= ctl_array[nr_regs++]; in kvm_s390_handle_lctl()
1339 u32 ctl_array[16]; in kvm_s390_handle_stctl() local
1359 ctl_array[nr_regs++] = vcpu->arch.sie_block->gcr[reg]; in kvm_s390_handle_stctl()
1364 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl()
1373 u64 ctl_array[16]; in handle_lctlg() local
1391 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_lctlg()
1397 vcpu->arch.sie_block->gcr[reg] = ctl_array[nr_regs++]; in handle_lctlg()
1411 u64 ctl_array[16]; in handle_stctg() local
[all …]
/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_l4lb_noinline.c199 } ctl_array SEC(".maps");
426 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet()
433 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet()
Dtest_l4lb.c203 } ctl_array SEC(".maps");
427 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet()
434 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet()
Dtest_xdp_noinline.c208 } ctl_array SEC(".maps");
775 cval = bpf_map_lookup_elem(&ctl_array, &mac_addr_pos); in process_packet()