Searched refs:__type (Results 1 – 3 of 3) sorted by relevance
| /arch/sparc/include/asm/ |
| A D | mdesc.h | 57 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument 58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \ 60 __arc = mdesc_next_arc(__hdl, __arc, __type))
|
| /arch/s390/kvm/ |
| A D | trace-s390.h | 119 #define get_irq_name(__type) \ argument 120 (__type > KVM_S390_INT_IO_MAX ? \ 121 __print_symbolic(__type, kvm_s390_int_type) : \ 122 (__type & KVM_S390_INT_IO_AI_MASK ? \
|
| /arch/riscv/include/asm/ |
| A D | kvm_nacl.h | 101 #define nacl_hfence_mkconfig(__type, __order, __vmid, __asid) \ argument 104 __c |= ((__type) & SBI_NACL_SHMEM_HFENCE_CONFIG_TYPE_MASK) \
|
Completed in 5 milliseconds