Home
last modified time | relevance | path

Searched refs:vrp (Results 1 – 25 of 25) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Doutput-bgpd.c26 struct vrp *vrp; in output_bgpd() local
36 RB_FOREACH(vrp, vrp_tree, vrps) { in output_bgpd()
39 ip_addr_print(&vrp->addr, vrp->afi, ipbuf, sizeof(ipbuf)); in output_bgpd()
40 if (vrp->maxlength > vrp->addr.prefixlen) { in output_bgpd()
42 "maxlen %u ", vrp->maxlength); in output_bgpd()
48 ipbuf, maxlenbuf, vrp->asid, (long long)vrp->expires) < 0) in output_bgpd()
H A Doutput-bird.c28 struct vrp *v; in output_bird1v4()
57 struct vrp *v; in output_bird1v6()
86 struct vrp *v; in output_bird2()
H A Droa.c388 struct vrp *v, *found; in roa_insert_vrps()
432 vrpcmp(struct vrp *a, struct vrp *b) in vrpcmp()
472 RB_GENERATE(vrp_tree, vrp, entry, vrpcmp);
H A Doutput-csv.c26 struct vrp *v; in output_csv()
H A Dextern.h425 struct vrp {
426 RB_ENTRY(vrp) entry;
438 RB_HEAD(vrp_tree, vrp);
439 RB_PROTOTYPE(vrp_tree, vrp, entry, vrpcmp);
423 struct vrp { global() struct
436 repoidvrp global() argument
H A Doutput-json.c149 struct vrp *v; in output_json()
/openbsd/usr.sbin/vmd/
H A Dvm.c430 ret = atomicio(read, vm->vm_receive_fd, &vrp, sizeof(vrp)); in start_vm()
431 if (ret != sizeof(vrp)) in start_vm()
433 vrs = vrp.vrwp_regs; in start_vm()
697 vrp.vrwp_vcpu_id = i; in send_vm()
974 memset(&vrp, 0, sizeof(vrp)); in vcpu_reset()
975 vrp.vrp_vm_id = vmid; in vcpu_reset()
1366 if (vrp[i] == NULL) { in run_vm()
1541 n = vrp->vrp_vcpu_id; in vcpu_run_loop()
1639 ret = vcpu_exit(vrp); in vcpu_run_loop()
1754 vcpu_assert_pic_irq(vrp->vrp_vm_id, vrp->vrp_vcpu_id, intr); in vcpu_exit_inout()
[all …]
H A Dpci.c230 pci_handle_address_reg(struct vm_run_params *vrp) in pci_handle_address_reg() argument
232 struct vm_exit *vei = vrp->vrp_exit; in pci_handle_address_reg()
252 pci_handle_io(struct vm_run_params *vrp) in pci_handle_io() argument
257 struct vm_exit *vei = vrp->vrp_exit; in pci_handle_io()
306 pci_handle_data_reg(struct vm_run_params *vrp) in pci_handle_data_reg() argument
308 struct vm_exit *vei = vrp->vrp_exit; in pci_handle_data_reg()
H A Di8253.c170 vcpu_exit_i8253_misc(struct vm_run_params *vrp) in vcpu_exit_i8253_misc() argument
172 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_i8253_misc()
226 vcpu_exit_i8253(struct vm_run_params *vrp) in vcpu_exit_i8253() argument
232 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_i8253()
H A Dns8250.c590 vcpu_exit_com(struct vm_run_params *vrp) in vcpu_exit_com() argument
593 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_com()
620 intr = vcpu_process_com_data(vei, vrp->vrp_vm_id, in vcpu_exit_com()
621 vrp->vrp_vcpu_id); in vcpu_exit_com()
H A Dfw_cfg.c273 vcpu_exit_fw_cfg(struct vm_run_params *vrp) in vcpu_exit_fw_cfg() argument
276 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_fw_cfg()
312 vcpu_exit_fw_cfg_dma(struct vm_run_params *vrp) in vcpu_exit_fw_cfg_dma() argument
316 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_fw_cfg_dma()
H A Di8259.c667 vcpu_exit_i8259(struct vm_run_params *vrp) in vcpu_exit_i8259() argument
669 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_i8259()
725 vcpu_exit_elcr(struct vm_run_params *vrp) in vcpu_exit_elcr() argument
727 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_elcr()
H A Dmc146818.h19 uint8_t vcpu_exit_mc146818(struct vm_run_params *vrp);
H A Dmc146818.c279 vcpu_exit_mc146818(struct vm_run_params *vrp) in vcpu_exit_mc146818() argument
281 struct vm_exit *vei = vrp->vrp_exit; in vcpu_exit_mc146818()
/openbsd/sys/dev/vmm/
H A Dvmm.c717 vm_resetcpu(struct vm_resetcpu_params *vrp) in vm_resetcpu() argument
724 error = vm_find(vrp->vrp_vm_id, &vm); in vm_resetcpu()
729 vrp->vrp_vm_id); in vm_resetcpu()
733 vcpu = vm_find_vcpu(vm, vrp->vrp_vcpu_id); in vm_resetcpu()
737 vrp->vrp_vcpu_id, vrp->vrp_vm_id); in vm_resetcpu()
746 if (vcpu_reset_regs(vcpu, &vrp->vrp_init_state)) { in vm_resetcpu()
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c3581 vm_run(struct vm_run_params *vrp) in vm_run() argument
3591 ret = vm_find(vrp->vrp_vm_id, &vm); in vm_run()
3595 vcpu = vm_find_vcpu(vm, vrp->vrp_vcpu_id); in vm_run()
3630 ret = vcpu_run_vmx(vcpu, vrp); in vm_run()
3632 ret = vcpu_run_svm(vcpu, vrp); in vm_run()
3640 vrp->vrp_irqready = vcpu->vc_irqready; in vm_run()
3643 if (copyout(&vcpu->vc_exit, vrp->vrp_exit, in vm_run()
3915 if (vrp->vrp_intr_pending) in vcpu_run_vmx()
4126 TRACEPOINT(vmm, guest_enter, vcpu, vrp); in vcpu_run_vmx()
6388 if (vrp->vrp_intr_pending) in vcpu_run_svm()
[all …]
/openbsd/sys/net/
H A Dif_veb.c1643 struct veb_rule vr, *vrp; in veb_rule_add() local
1719 vrp = pool_get(&veb_rule_pool, PR_WAITOK|PR_LIMITFAIL|PR_ZERO); in veb_rule_add()
1720 if (vrp == NULL) { in veb_rule_add()
1725 *vrp = vr; in veb_rule_add()
1732 TAILQ_INSERT_TAIL(&p->p_vrl, vrp, vr_entry); in veb_rule_add()
1736 vrp, vr_lentry[0]); in veb_rule_add()
1740 vrp, vr_lentry[1]); in veb_rule_add()
1749 pool_put(&veb_rule_pool, vrp); in veb_rule_add()
/openbsd/gnu/usr.bin/cc/cc_int/
H A DMakefile65 tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o \
/openbsd/gnu/gcc/gcc/
H A Dcommon.opt1024 ftree-vrp
/openbsd/gnu/gcc/gcc/doc/
H A Dpasses.texi492 not be difficult). The pass is located in @file{tree-vrp.c} and is
H A Dinvoke.texi287 -fdump-tree-vrp@r{[}-@var{n}@r{]} @gol
4335 @item vrp
4336 @opindex fdump-tree-vrp
4338 is made by appending @file{.vrp} to the source file name.
4610 -ftree-vrp @gol
4616 @option{-O2} doesn't turn on @option{-ftree-vrp} for the Ada compiler.
5276 @item -ftree-vrp
H A Dgcc.info486 -fdump-tree-vrp[-N]
4086 `vrp'
4088 file name is made by appending `.vrp' to the source file name.
4335 -ftree-vrp
4341 `-O2' doesn't turn on `-ftree-vrp' for the Ada compiler. This
4968 `-ftree-vrp'
H A Dgccint.info3536 The pass is located in `tree-vrp.c' and is described by
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1810 def VRP : QuaternaryVRIf<"vrp", 0xE67B>;
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td4932 defm tree_vrp : BooleanFFlag<"tree-vrp">, Group<clang_ignored_gcc_optimization_f_Group>;