Searched refs:root_entry (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddma_remapping.h22 struct root_entry;
H A Dintel-iommu.h325 struct root_entry *root_entry; /* virtual address */ member in struct:intel_iommu
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c151 static unsigned int parse_directory(struct entry *root_entry, const char *name, struct entry **prev, loff_t *fslen_ub) argument
252 entry->size = parse_directory(root_entry, path, &entry->child, fslen_ub);
616 struct entry *root_entry; local
686 root_entry = calloc(1, sizeof(struct entry));
687 if (!root_entry) {
691 root_entry->mode = st.st_mode;
693 root_entry->uid = st.st_uid;
695 root_entry->uid = opt_uid;
697 root_entry->gid = st.st_gid;
699 root_entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.h72 char root_entry; member in struct:inode_info
H A Dsort.c212 if(dir_ent->inode->root_entry)
H A Dxattr.c644 if(no_xattrs || IS_PSEUDO(inode) || inode->root_entry)
H A Dmksquashfs.c2455 if(dir_ent->inode->root_entry)
3322 inode->root_entry = FALSE;
3509 if(dir_info->list[current_count]->inode->root_entry)
3534 if(dir_info->list[current_count]->inode->root_entry)
3732 if(dir_ent->inode->root_entry) {
3748 if(dir_ent->inode->root_entry)
4039 old_root_entry[old_root_entries++].inode.root_entry = TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dintel-iommu.c150 struct root_entry { struct
154 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
155 static inline bool root_present(struct root_entry *root)
159 static inline void set_root_present(struct root_entry *root)
163 static inline void set_root_value(struct root_entry *root, unsigned long value)
169 get_context_addr_from_root(struct root_entry *root)
605 struct root_entry *root;
611 root = &iommu->root_entry[bus];
632 struct root_entry *root;
638 root = &iommu->root_entry[bu
[all...]

Completed in 87 milliseconds