Searched refs:slot (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dpci.h22 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
H A Dedd.h86 __u8 slot; member in struct:edd_device_params::__anon322::__anon324
H A Dkvm.h95 __u32 slot; member in struct:kvm_memory_region
102 __u32 slot; member in struct:kvm_userspace_memory_region
400 __u32 slot; member in struct:kvm_dirty_log
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dkvm.h67 __u32 slot; member in struct:kvm_memory_alias
/bionic/tools/relocation_packer/src/
H A Delf_file.cc643 // Find the first slot in a dynamics array with the given tag. The array
665 const size_t slot = FindDynamicEntry<ELF>(tag, dynamics); local
666 if (slot == dynamics->size()) {
667 LOG(FATAL) << "Dynamic slot is not found for tag=" << tag;
671 dynamics->at(slot) = dyn;
672 VLOG(1) << "dynamic[" << slot << "] overwritten with " << dyn.d_tag;
/bionic/libc/
H A DAndroid.mk675 # TLS slot.

Completed in 2894 milliseconds