OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iommu_page_entry
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/dev/
astro.c
134
struct
iommu_page_entry
{
struct
135
SPLAY_ENTRY(
iommu_page_entry
) ipe_node;
142
SPLAY_HEAD(iommu_page_tree,
iommu_page_entry
) ipm_tree;
145
struct
iommu_page_entry
ipm_map[1];
412
struct
iommu_page_entry
*e;
531
struct
iommu_page_entry
*e;
604
iomap_compare(struct
iommu_page_entry
*a, struct
iommu_page_entry
*b)
610
SPLAY_PROTOTYPE(iommu_page_tree,
iommu_page_entry
, ipe_node, iomap_compare);
612
SPLAY_GENERATE(iommu_page_tree,
iommu_page_entry
, ipe_node, iomap_compare)
[
all
...]
astro.c
134
struct
iommu_page_entry
{
struct
135
SPLAY_ENTRY(
iommu_page_entry
) ipe_node;
142
SPLAY_HEAD(iommu_page_tree,
iommu_page_entry
) ipm_tree;
145
struct
iommu_page_entry
ipm_map[1];
412
struct
iommu_page_entry
*e;
531
struct
iommu_page_entry
*e;
604
iomap_compare(struct
iommu_page_entry
*a, struct
iommu_page_entry
*b)
610
SPLAY_PROTOTYPE(iommu_page_tree,
iommu_page_entry
, ipe_node, iomap_compare);
612
SPLAY_GENERATE(iommu_page_tree,
iommu_page_entry
, ipe_node, iomap_compare)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025