Searched refs:bound (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/tools/libfsimage/ufs/ |
A D | fsys_ufs.c | 170 int level, bound, i, index; in sbmap() local 182 bound = UFS_NINDIR(SUPERBLOCK); in sbmap() 183 while (bn >= bound) { in sbmap() 185 bn -= bound; in sbmap() 186 bound *= UFS_NINDIR(SUPERBLOCK); in sbmap() 204 bound /= UFS_NINDIR(SUPERBLOCK); in sbmap() 205 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK); in sbmap() 217 bound /= UFS_NINDIR(SUPERBLOCK); in sbmap() 218 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK); in sbmap()
|
/xen-4.10.0-shim-comet/tools/libs/evtchn/ |
A D | minios.c | 53 port_info->bound = 0; in port_alloc() 60 if (port_info->bound) in port_dealloc() 158 port_info->bound = 1; in xenevtchn_bind_unbound_port() 186 port_info->bound = 1; in xenevtchn_bind_interdomain() 227 port_info->bound = 1; in xenevtchn_bind_virq()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | unlzma.c | 70 uint32_t bound; member 146 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper() 147 return rc->bound; in rc_is_bit_0_helper() 158 rc->range = rc->bound; in rc_update_bit_0() 163 rc->range -= rc->bound; in rc_update_bit_1() 164 rc->code -= rc->bound; in rc_update_bit_1()
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | dec_lzma2.c | 499 uint32_t bound; in rc_bit() local 503 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob; in rc_bit() 504 if (rc->code < bound) { in rc_bit() 505 rc->range = bound; in rc_bit() 509 rc->range -= bound; in rc_bit() 510 rc->code -= bound; in rc_bit()
|
/xen-4.10.0-shim-comet/xen/common/ubsan/ |
A D | ubsan.c | 398 unsigned long bound) in __ubsan_handle_vla_bound_not_positive() argument 408 val_to_string(bound_str, sizeof(bound_str), data->type, bound); in __ubsan_handle_vla_bound_not_positive()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | domain.ml | 75 …debug "bound domain %d remote port %d to local port %s" dom.id dom.remote_port (string_of_port dom…
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpmmgr.pod.7 | 40 which allows data to be bound to specific PCRs. These PCRs are populated in the 56 Each vTPM is bound to a vTPM group at the time of its creation. Each vTPM group 278 Now the secrets for the vTPMs are only being bound to the presence of thephysical
|
A D | xl.pod.1.in | 1492 available for passthrough and are bound to a suitable PCI 1499 bound to a driver, it will first be unbound, and the original driver 1500 stored so that it can be re-bound to the same driver later if desired. 1501 If the device is already bound, it will return success. 1514 usable by Domain 0 again. If the device is not bound to pciback, it will
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 683 more time than the upper bound of time the `rc` in `xen_livepatch_status' 686 more time than the upper bound of time the `rc` in `xen_livepatch_status' 689 payload. If the operation takes more time than the upper bound of time 692 * `time` the upper bound of time (ns) the cmd should take. Zero means to use 711 /* Or upper bound of time (ns) */ 836 but is time-bound. However the local CPU stack is much shorter and
|
A D | kexec_and_kdump.txt | 208 ctrl^a ctrl^a (may be bound to a different key, this is the default)
|
A D | vtd-pi.txt | 68 softirq HVM_DPCI_SOFTIRQ is bound to dpci_softirq()
|
A D | xenstore-paths.markdown | 517 in use by the stack bound to the network frontend. For any of the paths
|
A D | pvcalls.markdown | 74 * guest services listen on ports bound directly to the backend domain IP
|
A D | xen-command-line.markdown | 526 placed at, whereas `<` in place of `@` just specifies an upper bound of
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | irq.c | 1819 bool bound = false; in pirq_guest_force_unbind() local 1843 bound = true; in pirq_guest_force_unbind() 1856 return bound; in pirq_guest_force_unbind()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 607 # Alternate p2m is not bound to any architecture or guest type, as it is
|
Completed in 24 milliseconds