Home
last modified time | relevance | path

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

/linux-6.15/drivers/mfd/
H A Dqcom-pm8008.c70 #define _IRQ(_irq, _off, _mask, _types) \ argument
76 .types_supported = (_types), \
/linux-6.15/arch/x86/kvm/mmu/
H A Dtdp_mmu.c169 #define __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _types) \ argument
170 for (_root = tdp_mmu_next_root(_kvm, NULL, _types); \
172 _root = tdp_mmu_next_root(_kvm, _root, _types)) \
191 #define __for_each_tdp_mmu_root(_kvm, _root, _as_id, _types) \ argument
195 !tdp_mmu_root_match((_root), (_types)))) { \
205 #define for_each_tdp_mmu_root_rcu(_kvm, _root, _as_id, _types) \ argument
208 !tdp_mmu_root_match((_root), (_types))) { \