Home
last modified time | relevance | path

Searched refs:_types (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mfd/
H A Dqcom-pm8008.c70 #define _IRQ(_irq, _off, _mask, _types) \ argument
76 .types_supported = (_types), \
/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c167 #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)))) { \