Searched refs:ctl_array (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/s390/kvm/ |
D | priv.c | 1191 u32 ctl_array[16]; in kvm_s390_handle_lctl() local 1209 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_lctl() 1216 vcpu->arch.sie_block->gcr[reg] |= ctl_array[nr_regs++]; in kvm_s390_handle_lctl() 1230 u32 ctl_array[16]; in kvm_s390_handle_stctl() local 1250 ctl_array[nr_regs++] = vcpu->arch.sie_block->gcr[reg]; in kvm_s390_handle_stctl() 1255 rc = write_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u32)); in kvm_s390_handle_stctl() 1264 u64 ctl_array[16]; in handle_lctlg() local 1282 rc = read_guest(vcpu, ga, ar, ctl_array, nr_regs * sizeof(u64)); in handle_lctlg() 1288 vcpu->arch.sie_block->gcr[reg] = ctl_array[nr_regs++]; in handle_lctlg() 1302 u64 ctl_array[16]; in handle_stctg() local [all …]
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_l4lb.c | 200 struct bpf_map_def SEC("maps") ctl_array = { 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()
|
D | test_l4lb_noinline.c | 196 struct bpf_map_def SEC("maps") ctl_array = { 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()
|
D | test_xdp_noinline.c | 213 struct bpf_map_def __attribute__ ((section("maps"), used)) ctl_array = { variable 786 cval = bpf_map_lookup_elem(&ctl_array, &mac_addr_pos); in process_packet()
|