Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 55) sorted by relevance

123

/xen/xen/arch/x86/
A Dmpparse.c131 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 Dmce-apei.c56 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 Dmarshal.h75 #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 Dmtrr.c125 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 Drtc.c55 #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 Devex-disp8.c87 #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 Dsimd-gf.c18 # define transform(m, dir, x, c) ({ \ argument
39 # define transform(m, dir, x, c) ({ \ argument
A Dx86-emulate.h48 #define MASK_EXTR(v, m) (((v) & (m)) / ((m) & -(m))) argument
49 #define MASK_INSR(v, m) (((v) * ((m) & -(m))) & (m)) argument
A Dpredicates.c605 unsigned int m; in predicates_test() local
A Dsimd.c756 # 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 Dpolicy.c15 #define FAIL_MSR(m) \ in x86_cpu_policies_are_compatible() argument
/xen/tools/misc/
A Dxensymoops93 m = addr_re.match(line) variable
/xen/tools/libxl/
A Dlibxl_utils.h129 #define libxl_for_each_set_bit(v, m) for (v = 0; v < (m).size * 8; v++) \ argument
/xen/xen/include/asm-arm/
A Dregs.h14 #define psr_mode(psr,m) (((psr) & PSR_MODE_MASK) == m) argument
/xen/xen/include/xen/
A Dlib.h9 #define MASK_EXTR(v, m) (((v) & (m)) / ((m) & -(m))) argument
10 #define MASK_INSR(v, m) (((v) * ((m) & -(m))) & (m)) argument
A Dcpumask.h347 #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 Datomic.h94 static inline void atomic_and(int m, atomic_t *v) in atomic_and()
/xen/xen/include/asm-arm/arm32/
A Datomic.h99 static inline void atomic_and(int m, atomic_t *v) in atomic_and()
/xen/tools/xenstore/
A Dxs.c108 #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 Dqconf.h126 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 Dvmac.c775 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 Dpage.h125 #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 Dintel.c310 #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 Dxen.c277 unsigned long m; in xg_alloc_unused_page() local
/xen/xen/common/
A Dinflate.c325 int *m /* maximum lookup bits, returns actual */ in huft_build()
831 unsigned m; /* mask for bit lengths table */ in inflate_dynamic() local

Completed in 72 milliseconds

123