Searched refs:_types (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/mfd/ |
H A D | qcom-pm8008.c | 70 #define _IRQ(_irq, _off, _mask, _types) \ argument 76 .types_supported = (_types), \
|
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 167 #define __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _types) \ argument 168 for (_root = tdp_mmu_next_root(_kvm, NULL, _types); \ 170 _root = tdp_mmu_next_root(_kvm, _root, _types)) \ 189 #define __for_each_tdp_mmu_root(_kvm, _root, _as_id, _types) \ argument 193 !tdp_mmu_root_match((_root), (_types)))) { \
|