Home
last modified time | relevance | path

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

/xen/xen/common/ubsan/
A Dubsan.c193 val_to_string(lhs_val_str, sizeof(lhs_val_str), type, lhs); in handle_overflow()
207 unsigned long lhs, in __ubsan_handle_add_overflow() argument
211 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow()
216 unsigned long lhs, in __ubsan_handle_sub_overflow() argument
219 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow()
224 unsigned long lhs, in __ubsan_handle_mul_overflow() argument
227 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()
253 unsigned long lhs, in __ubsan_handle_divrem_overflow() argument
434 unsigned long lhs, unsigned long rhs) in __ubsan_handle_shift_out_of_bounds() argument
448 val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); in __ubsan_handle_shift_out_of_bounds()
[all …]
/xen/tools/libxc/
A Dxc_cpuid_x86.c262 const xen_cpuid_leaf_t *lhs = l; in compare_leaves() local
265 if ( lhs->leaf != rhs->leaf ) in compare_leaves()
266 return lhs->leaf < rhs->leaf ? -1 : 1; in compare_leaves()
268 if ( lhs->subleaf != rhs->subleaf ) in compare_leaves()
269 return lhs->subleaf < rhs->subleaf ? -1 : 1; in compare_leaves()
/xen/xen/arch/x86/
A Dcpuid.c37 const struct feature *lhs, *rhs, *mid = NULL /* GCC... */; in parse_xen_cpuid() local
50 lhs = features; in parse_xen_cpuid()
53 while ( lhs < rhs ) in parse_xen_cpuid()
57 mid = lhs + (rhs - lhs) / 2; in parse_xen_cpuid()
67 lhs = mid + 1; in parse_xen_cpuid()
/xen/docs/
A Dxen-headers258 my $lhs = $1;

Completed in 7 milliseconds