Searched refs:index_is_valid (Results 1 – 3 of 3) sorted by relevance
425 if !Bar::index_is_valid(bar) { in resource_start() 430 // - `bar` is a valid bar number, as guaranteed by the above call to `Bar::index_is_valid`, in resource_len() 437 if !Bar::index_is_valid(bar) { in resource_len() 442 // - `bar` is a valid bar number, as guaranteed by the above call to `Bar::index_is_valid`, in pci_class()
240 pub(super) fn index_is_valid(index: u32) -> bool {228 pub(super) fn index_is_valid(index: u32) -> bool { index_is_valid() method
5238 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address() local5256 if (index_is_valid) in get_vmx_mem_address()