Searched refs:immu_flags (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 77 dev_info_t *rdip, immu_flags_t immu_flags); 79 int dev, int func, immu_flags_t immu_flags); 83 immu_flags_t immu_flags); 273 immu_devi_set(dev_info_t *dip, immu_flags_t immu_flags) in immu_devi_set() argument 300 new_imd = create_immu_devi(dip, bus, dev, func, immu_flags); in immu_devi_set() 323 get_lpc_devinfo(immu_t *immu, dev_info_t *rdip, immu_flags_t immu_flags) in get_lpc_devinfo() argument 331 &dvarg, NULL, immu_flags) != DDI_SUCCESS) { in get_lpc_devinfo() 507 pgtable_alloc(immu_t *immu, immu_flags_t immu_flags) in pgtable_alloc() argument 512 kmflags = (immu_flags & IMMU_FLAGS_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in pgtable_alloc() 613 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 | 987 immu_flags_t immu_flags) in immu_walk_ancestor() argument 1000 if (immu_devi_set(pdip, immu_flags) != DDI_SUCCESS) { in immu_walk_ancestor() 1007 if (immu_flags & IMMU_FLAGS_DONTPASS) { in immu_walk_ancestor()
|
/illumos-gate/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);
|