Home
last modified time | relevance | path

Searched refs:_e (Results 1 – 10 of 10) sorted by relevance

/xen/xen/include/xen/
A Dtrace.h96 #define TRACE_1D(_e, d1) \ argument
97 TRACE_varD(_e, d1)
99 #define TRACE_2D(_e, d1, d2) \ argument
100 TRACE_varD(_e, d1, d2)
102 #define TRACE_3D(_e, d1, d2, d3) \ argument
103 TRACE_varD(_e, d1, d2, d3)
105 #define TRACE_4D(_e, d1, d2, d3, d4) \ argument
106 TRACE_varD(_e, d1, d2, d3, d4)
108 #define TRACE_5D(_e, d1, d2, d3, d4, d5) \ argument
109 TRACE_varD(_e, d1, d2, d3, d4, d5)
[all …]
/xen/xen/include/asm-x86/hvm/
A Dtrace.h63 #define TRACE_2_LONG_2D(_e, d1, d2, ...) \ argument
64 TRACE_4D(_e, d1, d2)
65 #define TRACE_2_LONG_3D(_e, d1, d2, d3, ...) \ argument
66 TRACE_5D(_e, d1, d2, d3)
67 #define TRACE_2_LONG_4D(_e, d1, d2, d3, d4, ...) \ argument
68 TRACE_6D(_e, d1, d2, d3, d4)
/xen/tools/tests/vhpet/
A Demul.h392 #define TRACE_2_LONG_2D(_e, d1, d2, ...) \ argument
393 TRACE_4D(_e, d1, d2)
394 #define TRACE_2_LONG_3D(_e, d1, d2, d3, ...) \ argument
395 TRACE_5D(_e, d1, d2, d3)
396 #define TRACE_2_LONG_4D(_e, d1, d2, d3, d4, ...) \ argument
397 TRACE_6D(_e, d1, d2, d3, d4)
/xen/xen/include/asm-x86/
A Dmm.h493 #define VALID_M2P(_e) (!((_e) & (1UL<<(BITS_PER_LONG-1)))) argument
495 #define SHARED_M2P(_e) ((_e) == SHARED_M2P_ENTRY) argument
/xen/xen/include/public/
A Dtrace.h84 #define TRC_SCHED_CLASS_EVT(_c, _e) \ argument
87 (_e & TRC_SCHED_EVT_MASK) )
/xen/xen/include/asm-arm/
A Dmm.h327 #define SHARED_M2P(_e) ((_e) == SHARED_M2P_ENTRY) argument
/xen/xen/include/public/arch-x86/
A Dxen-x86_32.h125 uint32_t e ## name, _e ## name; \
A Dxen-x86_64.h165 uint32_t _e ## name; \
/xen/xen/arch/x86/mm/shadow/
A Dtypes.h349 #define sh_l1e_is_magic(_e) (0) argument
/xen/xen/common/
A Dpage_alloc.c307 unsigned long _e = r->e; in bootmem_region_zap() local
309 bootmem_region_add(e, _e); in bootmem_region_zap()
395 unsigned long pg, _e; in alloc_boot_pages() local
426 _e = r->e; in alloc_boot_pages()
428 bootmem_region_add(pg + nr_pfns, _e); in alloc_boot_pages()

Completed in 18 milliseconds