Searched refs:immu_flags (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 75 dev_info_t *rdip, immu_flags_t immu_flags); 77 int dev, int func, immu_flags_t immu_flags); 81 immu_flags_t immu_flags); 271 immu_devi_set(dev_info_t *dip, immu_flags_t immu_flags) in immu_devi_set() argument 298 new_imd = create_immu_devi(dip, bus, dev, func, immu_flags); in immu_devi_set() 321 get_lpc_devinfo(immu_t *immu, dev_info_t *rdip, immu_flags_t immu_flags) in get_lpc_devinfo() argument 329 &dvarg, NULL, immu_flags) != DDI_SUCCESS) { in get_lpc_devinfo() 505 pgtable_alloc(immu_t *immu, immu_flags_t immu_flags) in pgtable_alloc() argument 510 kmflags = (immu_flags & IMMU_FLAGS_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in pgtable_alloc() 611 immu_dvma_get_immu(dev_info_t *dip, immu_flags_t immu_flags) in immu_dvma_get_immu() argument [all …]
|
H A D | immu.c | 981 immu_flags_t immu_flags) in immu_walk_ancestor() argument 994 if (immu_devi_set(pdip, immu_flags) != DDI_SUCCESS) { in immu_walk_ancestor() 1001 if (immu_flags & IMMU_FLAGS_DONTPASS) { in immu_walk_ancestor()
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | immu.h | 182 typedef enum immu_flags { enum 875 int *level, immu_flags_t immu_flags); 927 int immu_devi_set(dev_info_t *dip, immu_flags_t immu_flags); 929 immu_t *immu_dvma_get_immu(dev_info_t *dip, immu_flags_t immu_flags); 935 int immu_dvma_device_setup(dev_info_t *rdip, immu_flags_t immu_flags);
|