Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kvm/
Dpriv.c1298 u32 ctl_array[16]; in kvm_s390_handle_lctl() local
1316 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_lctl()
1323 vcpu->arch.sie_block->gcr[reg] |= ctl_array[nr_regs++]; in kvm_s390_handle_lctl()
1337 u32 ctl_array[16]; in kvm_s390_handle_stctl() local
1357 ctl_array[nr_regs++] = vcpu->arch.sie_block->gcr[reg]; in kvm_s390_handle_stctl()
1362 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl()
1371 u64 ctl_array[16]; in handle_lctlg() local
1389 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_lctlg()
1395 vcpu->arch.sie_block->gcr[reg] = ctl_array[nr_regs++]; in handle_lctlg()
1409 u64 ctl_array[16]; in handle_stctg() local
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_l4lb.c205 } ctl_array SEC(".maps");
429 cval = bpf_map_lookup_elem(&ctl_array, &v6_intf_pos); in process_packet()
436 cval = bpf_map_lookup_elem(&ctl_array, &v4_intf_pos); in process_packet()
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_xdp_noinline.c208 } ctl_array SEC(".maps");
775 cval = bpf_map_lookup_elem(&ctl_array, &mac_addr_pos); in process_packet()