Searched refs:is_gate_vma (Results 1 – 1 of 1) sorted by relevance
342 #define is_gate_vma(vma) ((vma) == &gate_vma) macro344 #define is_gate_vma(vma) 0 macro349 return is_gate_vma(vma) ? "[vectors]" : NULL; in arch_vma_name()