Home
last modified time | relevance | path

Searched refs:props (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/
A Dpsr.c931 if ( !props ) in gather_val_array()
952 val += props->cos_num; in gather_val_array()
967 if ( !props ) in skip_prior_features()
1004 props = feat_props[feat_type]; in insert_val_into_array()
1005 if ( !props ) in insert_val_into_array()
1114 if ( !props ) in find_cos()
1163 if ( !props ) in fits_cos_max()
1187 val += props->cos_num; in fits_cos_max()
1267 if ( !feat || !props ) in do_write_psr_msrs()
1270 cos_num = props->cos_num; in do_write_psr_msrs()
[all …]
/xen/xen/common/xz/
A Ddec_lzma2.c799 static bool_t INIT lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props() argument
801 if (props > (4 * 5 + 4) * 9 + 8) in lzma_props()
805 while (props >= 9 * 5) { in lzma_props()
806 props -= 9 * 5; in lzma_props()
813 while (props >= 9) { in lzma_props()
814 props -= 9; in lzma_props()
818 s->lzma.lc = props; in lzma_props()
1132 XZ_EXTERN enum xz_ret INIT xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props) in xz_dec_lzma2_reset() argument
1135 if (props > 39) in xz_dec_lzma2_reset()
1138 s->dict.size = 2 + (props & 1); in xz_dec_lzma2_reset()
[all …]
A Dprivate.h237 uint8_t props);
/xen/xen/common/efi/
A Dboot.c997 EFI_APPLE_PROPERTIES *props; in efi_get_apple_properties() local
1003 (void **)&props) != EFI_SUCCESS ) in efi_get_apple_properties()
1005 if ( props->Version != 0x10000 ) in efi_get_apple_properties()
1008 DisplayUint(props->Version, 0); in efi_get_apple_properties()
1013 props->GetAll(props, NULL, &size); in efi_get_apple_properties()
1019 status = props->GetAll(props, data, &size); in efi_get_apple_properties()

Completed in 13 milliseconds