/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mpparse.c | 121 static int MP_processor_info_x(struct mpc_config_processor *m, in MP_processor_info_x() 187 static int MP_processor_info(struct mpc_config_processor *m) in MP_processor_info() 192 static void __init MP_bus_info (struct mpc_config_bus *m) in MP_bus_info() 223 static void __init MP_ioapic_info (struct mpc_config_ioapic *m) in MP_ioapic_info() 244 static void __init MP_intsrc_info (struct mpc_config_intsrc *m) in MP_intsrc_info() 256 static void __init MP_lintsrc_info (struct mpc_config_lintsrc *m) in MP_lintsrc_info() 333 struct mpc_config_processor *m= in smp_read_mpc() local 357 struct mpc_config_bus *m= in smp_read_mpc() local 366 struct mpc_config_ioapic *m= in smp_read_mpc() local 375 struct mpc_config_intsrc *m= in smp_read_mpc() local [all …]
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | mtrr.c | 78 bool_t is_var_mtrr_overlapped(const struct mtrr_state *m) in is_var_mtrr_overlapped() 156 struct mtrr_state *m = &v->arch.hvm_vcpu.mtrr; in hvm_vcpu_cacheattr_init() local 190 static int get_mtrr_type(const struct mtrr_state *m, in get_mtrr_type() 307 static uint8_t effective_mm_type(struct mtrr_state *m, in effective_mm_type() 390 bool_t mtrr_def_type_msr_set(struct domain *d, struct mtrr_state *m, in mtrr_def_type_msr_set() 419 bool_t mtrr_fix_range_msr_set(struct domain *d, struct mtrr_state *m, in mtrr_fix_range_msr_set() 441 struct domain *d, struct mtrr_state *m, uint32_t msr, uint64_t msr_content) in mtrr_var_range_msr_set()
|
A D | rtc.c | 54 #define mode_is(d, m) ((void)(d), rtc_mode_##m == rtc_mode_no_ack) argument 55 #define rtc_mode_is(s, m) mode_is(vrtc_domain(s), m) argument
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | kxgettext.c | 122 struct message *m = message__list; in mesage__find() local 155 struct message *m = mesage__find(escaped); in message__add() local 218 struct message *m = message__list; in menu__xgettext() local
|
A D | qconf.h | 147 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() 152 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | x86-emulate.h | 34 #define MASK_EXTR(v, m) (((v) & (m)) / ((m) & -(m))) argument 35 #define MASK_INSR(v, m) (((v) * ((m) & -(m))) & (m)) argument
|
A D | simd.c | 246 # define select(d, x, y, m) ({ \ argument 353 # define select(d, x, y, m) \ argument 357 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps(y, x, m)) argument 361 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvpd(y, x, m)) argument 383 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps256(y, x, m)) argument 384 # define select2(d, x, y, m) ({ \ argument 392 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvpd256(y, x, m)) argument 393 # define select2(d, x, y, m) ({ \ argument
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xensymoops | 93 m = addr_re.match(line) variable
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_utils.h | 122 #define libxl_for_each_set_bit(v, m) for (v = 0; v < (m).size * 8; v++) \ argument
|
A D | libxl_colo_proxy.c | 381 struct colo_msg *m; in colo_proxy_checkpoint() local
|
A D | libxl_numa.c | 124 int i, m = 0, n = 0; in comb_get_nodemap() local
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | lib.h | 64 #define MASK_EXTR(v, m) (((v) & (m)) / ((m) & -(m))) argument 65 #define MASK_INSR(v, m) (((v) * ((m) & -(m))) & (m)) argument
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | regs.h | 12 #define psr_mode(psr,m) (((psr) & PSR_MODE_MASK) == m) argument
|
/xen-4.10.0-shim-comet/tools/memshr/ |
A D | bidir-hash.h | 50 static uint32_t fgprtshr_mfn_hash(uint64_t m) in fgprtshr_mfn_hash()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs.c | 102 #define mutex_lock(m) pthread_mutex_lock(m) argument 103 #define mutex_unlock(m) pthread_mutex_unlock(m) argument 105 #define condvar_wait(c,m) pthread_cond_wait(c,m) argument 137 #define mutex_lock(m) ((void)0) argument 138 #define mutex_unlock(m) ((void)0) argument 140 #define condvar_wait(c,m) ((void)0) argument
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | page.h | 124 #define l1e_from_mfn(m, f) l1e_from_pfn(mfn_x(m), f) argument 125 #define l2e_from_mfn(m, f) l2e_from_pfn(mfn_x(m), f) argument 126 #define l3e_from_mfn(m, f) l3e_from_pfn(mfn_x(m), f) argument 127 #define l4e_from_mfn(m, f) l4e_from_pfn(mfn_x(m), f) argument
|
/xen-4.10.0-shim-comet/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
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | xen.c | 291 unsigned long m; in hypervisor_alloc_unused_page() local
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.h | 32 #define offsetof(t, m) ((unsigned long)&((t *)0)->m) argument
|
/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs/ |
A D | fsys_ext2fs.c | 317 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 318 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument 319 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_x86.c | 136 int l, m; in count_pgtables() local 350 static x86_pgentry_t *get_pg_table_x86(struct xc_dom_image *dom, int m, int l) in get_pg_table_x86() 373 unsigned m; in get_pg_prot_x86() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/ |
A D | op_model_ppro.c | 59 #define CTRL_SET_UM(val, m) (val |= (m << 8)) argument
|