Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dpci.rs362 fn index_is_valid(index: u32) -> bool { in index_is_valid() method
404 if !Bar::index_is_valid(bar) { in resource_len()
409 // - `bar` is a valid bar number, as guaranteed by the above call to `Bar::index_is_valid`, in resource_len()
/linux/arch/x86/kvm/vmx/
H A Dnested.c5173 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address() local
5191 if (index_is_valid) in get_vmx_mem_address()