Home
last modified time | relevance | path

Searched refs:index_is_valid (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dpci.rs425 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()
/linux/rust/kernel/pci/
H A Dio.rs240 pub(super) fn index_is_valid(index: u32) -> bool {
228 pub(super) fn index_is_valid(index: u32) -> bool { index_is_valid() method
/linux/arch/x86/kvm/vmx/
H A Dnested.c5238 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address() local
5256 if (index_is_valid) in get_vmx_mem_address()