/xen/xen/arch/x86/ |
A D | mpparse.c | 131 static int MP_processor_info_x(struct mpc_config_processor *m, in MP_processor_info_x() 201 static int MP_processor_info(struct mpc_config_processor *m) in MP_processor_info() 206 static void __init MP_bus_info (struct mpc_config_bus *m) in MP_bus_info() 237 static void __init MP_ioapic_info (struct mpc_config_ioapic *m) in MP_ioapic_info() 258 static void __init MP_intsrc_info (struct mpc_config_intsrc *m) in MP_intsrc_info() 270 static void __init MP_lintsrc_info (struct mpc_config_lintsrc *m) in MP_lintsrc_info() 347 struct mpc_config_processor *m= in smp_read_mpc() local 371 struct mpc_config_bus *m= in smp_read_mpc() local 380 struct mpc_config_ioapic *m= in smp_read_mpc() local 389 struct mpc_config_intsrc *m= in smp_read_mpc() local [all …]
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mce-apei.c | 56 int apei_write_mce(struct mce *m) in apei_write_mce() 93 ssize_t apei_read_mce(struct mce *m, u64 *record_id) in apei_read_mce()
|
/xen/stubdom/vtpmmgr/ |
A D | marshal.h | 75 #define unpack3_BOOL(p, x, m, t) unpack3_BYTE(p, x, m, t) argument 182 #define unpack3_TPM_RESULT(p, l, m, t) unpack3_UINT32(p, l, m, t) argument 183 #define unpack3_TPM_PCRINDEX(p, l, m, t) unpack3_UINT32(p, l, m, t) argument 184 #define unpack3_TPM_DIRINDEX(p, l, m, t) unpack3_UINT32(p, l, m, t) argument 185 #define unpack3_TPM_HANDLE(p, l, m, t) unpack3_UINT32(p, l, m, t) argument 194 #define unpack3_TPM_PROTOCOL_ID(p, l, m, t) unpack3_UINT16(p, l, m, t) argument 196 #define unpack3_TPM_ENTITY_TYPE(p, l, m, t) unpack3_UINT16(p, l, m, t) argument 198 #define unpack3_TPM_KEY_USAGE(p, l, m, t) unpack3_UINT16(p, l, m, t) argument 201 #define unpack3_TPM_ENC_SCHEME(p, l, m, t) unpack3_UINT16(p, l, m, t) argument 202 #define unpack3_TPM_SIG_SCHEME(p, l, m, t) unpack3_UINT16(p, l, m, t) argument [all …]
|
/xen/xen/arch/x86/hvm/ |
A D | mtrr.c | 125 struct mtrr_state *m = &v->arch.hvm.mtrr; in hvm_vcpu_cacheattr_init() local 197 static int get_mtrr_type(const struct mtrr_state *m, in get_mtrr_type() 314 static uint8_t effective_mm_type(struct mtrr_state *m, in effective_mm_type() 395 bool_t mtrr_def_type_msr_set(struct domain *d, struct mtrr_state *m, in mtrr_def_type_msr_set() 427 bool_t mtrr_fix_range_msr_set(struct domain *d, struct mtrr_state *m, in mtrr_fix_range_msr_set() 451 struct domain *d, struct mtrr_state *m, uint32_t msr, uint64_t msr_content) in mtrr_var_range_msr_set()
|
A D | rtc.c | 55 #define mode_is(d, m) ((void)(d), rtc_mode_##m == rtc_mode_no_ack) argument 56 #define rtc_mode_is(s, m) mode_is(vrtc_domain(s), m) argument
|
/xen/tools/tests/x86_emulator/ |
A D | evex-disp8.c | 87 #define INSNX(m, p, sp, o, e, vs, es, sc) { \ argument 91 #define INSN(m, p, sp, o, vs, es, sc) INSNX(m, p, sp, o, 0, vs, es, sc) argument 92 #define INSN_PFP(m, sp, o) \ argument 95 #define INSN_PFP_NB(m, sp, o) \ argument 98 #define INSN_SFP(m, sp, o) \ argument 102 #define INSN_FP(m, sp, o) \ argument
|
A D | simd-gf.c | 18 # define transform(m, dir, x, c) ({ \ argument 39 # define transform(m, dir, x, c) ({ \ argument
|
A D | x86-emulate.h | 48 #define MASK_EXTR(v, m) (((v) & (m)) / ((m) & -(m))) argument 49 #define MASK_INSR(v, m) (((v) * ((m) & -(m))) & (m)) argument
|
A D | predicates.c | 605 unsigned int m; in predicates_test() local
|
A D | simd.c | 756 # define select(d, x, y, m) ({ \ argument 791 # define select(d, x, y, m) ({ \ argument 801 # define select(d, x, y, m) ({ \ argument 973 # define select(d, x, y, m) \ argument 977 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps(y, x, m)) argument 981 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvpd(y, x, m)) argument 1003 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps256(y, x, m)) argument 1004 # define select2(d, x, y, m) ({ \ argument 1013 # define select2(d, x, y, m) ({ \ argument 1038 # define select(d, x, y, m) \ argument [all …]
|
/xen/xen/lib/x86/ |
A D | policy.c | 15 #define FAIL_MSR(m) \ in x86_cpu_policies_are_compatible() argument
|
/xen/tools/misc/ |
A D | xensymoops | 93 m = addr_re.match(line) variable
|
/xen/tools/libxl/ |
A D | libxl_utils.h | 129 #define libxl_for_each_set_bit(v, m) for (v = 0; v < (m).size * 8; v++) \ argument
|
/xen/xen/include/asm-arm/ |
A D | regs.h | 14 #define psr_mode(psr,m) (((psr) & PSR_MODE_MASK) == m) argument
|
/xen/xen/include/xen/ |
A D | lib.h | 9 #define MASK_EXTR(v, m) (((v) & (m)) / ((m) & -(m))) argument 10 #define MASK_INSR(v, m) (((v) * ((m) & -(m))) & (m)) argument
|
A D | cpumask.h | 347 #define FREE_CPUMASK_VAR(m) XFREE(m) argument 368 #define FREE_CPUMASK_VAR(m) free_cpumask_var(m) argument
|
/xen/xen/include/asm-arm/arm64/ |
A D | atomic.h | 94 static inline void atomic_and(int m, atomic_t *v) in atomic_and()
|
/xen/xen/include/asm-arm/arm32/ |
A D | atomic.h | 99 static inline void atomic_and(int m, atomic_t *v) in atomic_and()
|
/xen/tools/xenstore/ |
A D | xs.c | 108 #define mutex_lock(m) pthread_mutex_lock(m) argument 109 #define mutex_unlock(m) pthread_mutex_unlock(m) argument 111 #define condvar_wait(c,m) pthread_cond_wait(c,m) argument 143 #define mutex_lock(m) ((void)0) argument 144 #define mutex_unlock(m) ((void)0) argument 146 #define condvar_wait(c,m) ((void)0) argument
|
/xen/xen/tools/kconfig/ |
A D | qconf.h | 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
|
/xen/xen/crypto/ |
A D | vmac.c | 775 void vhash_update(unsigned char *m, in vhash_update() 842 uint64_t vhash(unsigned char m[], in vhash() 947 uint64_t vmac(unsigned char m[], in vmac() 1076 unsigned char *m; in main() local
|
/xen/xen/include/asm-x86/ |
A D | page.h | 125 #define l1e_from_mfn(m, f) l1e_from_pfn(mfn_x(m), f) argument 126 #define l2e_from_mfn(m, f) l2e_from_pfn(mfn_x(m), f) argument 127 #define l3e_from_mfn(m, f) l3e_from_pfn(mfn_x(m), f) argument 128 #define l4e_from_mfn(m, f) l4e_from_pfn(mfn_x(m), f) argument
|
/xen/xen/arch/x86/cpu/ |
A D | intel.c | 310 #define INTEL_FAM6_MODEL(m) { X86_VENDOR_INTEL, 6, m, X86_FEATURE_ALWAYS } in probe_c3_errata() argument
|
/xen/xen/arch/x86/guest/xen/ |
A D | xen.c | 277 unsigned long m; in xg_alloc_unused_page() local
|
/xen/xen/common/ |
A D | inflate.c | 325 int *m /* maximum lookup bits, returns actual */ in huft_build() 831 unsigned m; /* mask for bit lengths table */ in inflate_dynamic() local
|