Home
last modified time | relevance | path

Searched refs:test_bit (Results 1 – 12 of 12) sorted by relevance

/tools/libs/ctrl/
A Dxc_bitops.h42 static inline int test_bit(unsigned long nr, const void *_addr) in test_bit() function
62 int oldbit = test_bit(nr, addr); in test_and_clear_bit()
69 int oldbit = test_bit(nr, addr); in test_and_set_bit()
/tools/xenpaging/
A Dxenpaging.h109 static inline int test_bit(int nr, const void *_addr) in test_bit() function
129 int oldbit = test_bit(nr, addr); in test_and_clear_bit()
136 int oldbit = test_bit(nr, addr); in test_and_set_bit()
A Dpolicy_default.c106 if ( test_bit(current_gfn, bitmap) ) in policy_choose_victim()
110 if ( test_bit(current_gfn, unconsumed) ) in policy_choose_victim()
A Dxenpaging.c744 if ( test_bit(i, paging->bitmap) ) in resume_pages()
/tools/libs/guest/
A Dxg_cpuid_x86.c379 val = test_bit(31 - j, def_reg); in xc_cpuid_xend_policy()
382 val = test_bit(31 - j, host_reg); in xc_cpuid_xend_policy()
538 val = test_bit(63 - i, &def_msr->val); in xc_msr_policy()
540 val = test_bit(63 - i, &host_msr->val); in xc_msr_policy()
651 p->policy.basic.rdrand = test_bit(X86_FEATURE_RDRAND, host_featureset); in xc_cpuid_apply_policy()
652 p->policy.feat.hle = test_bit(X86_FEATURE_HLE, host_featureset); in xc_cpuid_apply_policy()
653 p->policy.feat.rtm = test_bit(X86_FEATURE_RTM, host_featureset); in xc_cpuid_apply_policy()
657 p->policy.feat.mpx = test_bit(X86_FEATURE_MPX, host_featureset); in xc_cpuid_apply_policy()
695 if ( !test_bit(b, disabled_features) || in xc_cpuid_apply_policy()
726 p->policy.basic.htt = test_bit(X86_FEATURE_HTT, host_featureset); in xc_cpuid_apply_policy()
[all …]
A Dxg_sr_restore.c81 return test_bit(pfn, ctx->restore.populated_pfns); in pfn_is_populated()
126 assert(!test_bit(pfn, ctx->restore.populated_pfns)); in pfn_set_populated()
449 if ( test_bit(i, dirty_bitmap) ) in send_checkpoint_dirty_pfn_list()
464 if ( !test_bit(i, dirty_bitmap) ) in send_checkpoint_dirty_pfn_list()
A Dxg_sr_save.c377 if ( !test_bit(p, dirty_bitmap) ) in send_dirty_pages()
/tools/libs/light/
A Dlibxl_x86_acpi.h22 static inline int test_bit(unsigned int b, const void *p) in test_bit() function
/tools/libacpi/
A DREADME11 * test_bit
A Dbuild.c152 lapic->flags = (test_bit(i, hvminfo->vcpu_online) in construct_madt()
/tools/tests/vpci/
A Demul.h103 #define test_bit(...) false macro
/tools/firmware/hvmloader/
A Dutil.h39 static inline int test_bit(unsigned int b, const void *p) in test_bit() function

Completed in 69 milliseconds