Home
last modified time | relevance | path

Searched defs:_d (Results 1 – 15 of 15) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dshadow.h36 #define shadow_mode_enabled(_d) paging_mode_shadow(_d) argument
37 #define shadow_mode_refcounts(_d) (paging_mode_shadow(_d) && \ argument
39 #define shadow_mode_log_dirty(_d) (paging_mode_shadow(_d) && \ argument
41 #define shadow_mode_translate(_d) (paging_mode_shadow(_d) && \ argument
43 #define shadow_mode_external(_d) (paging_mode_shadow(_d) && \ argument
A Dpaging.h63 #define paging_mode_enabled(_d) (!!(_d)->arch.paging.mode) argument
64 #define paging_mode_shadow(_d) (!!((_d)->arch.paging.mode & PG_SH_enable)) argument
65 #define paging_mode_hap(_d) (!!((_d)->arch.paging.mode & PG_HAP_enable)) argument
67 #define paging_mode_refcounts(_d) (!!((_d)->arch.paging.mode & PG_refcounts)) argument
68 #define paging_mode_log_dirty(_d) (!!((_d)->arch.paging.mode & PG_log_dirty)) argument
69 #define paging_mode_translate(_d) (!!((_d)->arch.paging.mode & PG_translate)) argument
70 #define paging_mode_external(_d) (!!((_d)->arch.paging.mode & PG_external)) argument
A Dmm.h290 #define page_set_owner(_p,_d) \ argument
432 #define ASSERT_PAGE_IS_DOMAIN(_p, _d) \ argument
504 #define mfn_to_gmfn(_d, mfn) \ argument
553 #define audit_domain(_d) _audit_domain((_d), AUDIT_ERRORS_OK) argument
558 #define _audit_domain(_d, _f) ((void)0) argument
559 #define audit_domain(_d) ((void)0) argument
A Dmem_sharing.h54 #define sharing_supported(_d) \ argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dpage.h100 #define is_guest_l2_slot(_d, _t, _s) \ argument
104 #define is_guest_l4_slot(_d, _s) \ argument
/xen-4.10.0-shim-comet/tools/libxc/
A Dxg_save_restore.h135 #define MEMCPY_FIELD(_d, _s, _f, _w) do { \ argument
/xen-4.10.0-shim-comet/xen/xsm/flask/include/
A Davc.h61 #define AVC_AUDIT_DATA_INIT(_d,_t) \ argument
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h498 #define put_domain(_d) \ argument
753 #define for_each_domain(_d) \ argument
758 #define for_each_domain_in_cpupool(_d,_c) \ argument
763 #define for_each_vcpu(_d,_v) \ argument
876 #define is_hardware_domain(_d) ((_d) == hardware_domain) argument
879 #define is_control_domain(_d) ((_d)->is_privileged) argument
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmm.h158 #define page_set_owner(_p,_d) ((_p)->v.inuse.domain = (_d)) argument
352 #define mfn_to_gmfn(_d, mfn) (mfn) argument
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_guest.c469 static void guest_iommu_process_command(unsigned long _d) in guest_iommu_process_command()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_internal.h164 #define LIBXL__LOGD(ctx, loglevel, _d, _f, _a...) libxl__log(ctx, loglevel, -1, __FILE__, __LINE_… argument
165 #define LIBXL__LOGD_ERRNO(ctx, loglevel, _d, _f, _a...) libxl__log(ctx, loglevel, errno, __FILE__… argument
166 #define LIBXL__LOGD_ERRNOVAL(ctx, loglevel, errnoval, _d, _f, _a...) libxl__log(ctx, loglevel, er… argument
172 #define LIBXLD__LOG(ctx, loglevel, _d, _f, _a...) argument
173 #define LIBXLD__LOG_ERRNO(ctx, loglevel, _d, _f, _a...) argument
174 #define LIBXLD__LOG_ERRNOVAL(ctx, loglevel, errnoval, _d, _f, _a...) argument
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c1935 #define sh_hash_audit_bucket(_d, _b) do {} while(0) argument
1956 #define sh_hash_audit(_d) do {} while(0) argument
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1723 } _d; in svm_do_nested_pgfault() local
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c3247 } _d; in ept_handle_violation() local
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c2953 #define hvm_set_summary_handler(_h, _s, _d) \ argument

Completed in 69 milliseconds