Searched refs:test_bit (Results 1 – 12 of 12) sorted by relevance
| /tools/libs/ctrl/ |
| A D | xc_bitops.h | 42 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 D | xenpaging.h | 109 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 D | policy_default.c | 106 if ( test_bit(current_gfn, bitmap) ) in policy_choose_victim() 110 if ( test_bit(current_gfn, unconsumed) ) in policy_choose_victim()
|
| A D | xenpaging.c | 744 if ( test_bit(i, paging->bitmap) ) in resume_pages()
|
| /tools/libs/guest/ |
| A D | xg_cpuid_x86.c | 379 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 D | xg_sr_restore.c | 81 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 D | xg_sr_save.c | 377 if ( !test_bit(p, dirty_bitmap) ) in send_dirty_pages()
|
| /tools/libs/light/ |
| A D | libxl_x86_acpi.h | 22 static inline int test_bit(unsigned int b, const void *p) in test_bit() function
|
| /tools/libacpi/ |
| A D | README | 11 * test_bit
|
| A D | build.c | 152 lapic->flags = (test_bit(i, hvminfo->vcpu_online) in construct_madt()
|
| /tools/tests/vpci/ |
| A D | emul.h | 103 #define test_bit(...) false macro
|
| /tools/firmware/hvmloader/ |
| A D | util.h | 39 static inline int test_bit(unsigned int b, const void *p) in test_bit() function
|
Completed in 69 milliseconds