Home
last modified time | relevance | path

Searched refs:bitmap (Results 451 – 475 of 696) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/linux/Documentation/bpf/
H A Dcpumasks.rst12 ``struct cpumask`` is a bitmap data structure in the kernel whose indices
180 ``struct cpumask`` is the object that actually contains the cpumask bitmap
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c408 static inline int is_revectored(int nr, struct revectored_struct *bitmap) in is_revectored() argument
410 return test_bit(nr, bitmap->__map); in is_revectored()
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py1100 for bitmap in bitmaps[node_name]:
1101 if bitmap.get('name', '') == bitmap_name:
1102 if recording is None or bitmap.get('recording') == recording:
1103 return bitmap
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c204 if (!bitmap_full(page->bitmap, NR_ATOM_PER_PAGE)) { in atom_new()
205 i = find_first_zero_bit(page->bitmap, NR_ATOM_PER_PAGE); in atom_new()
226 __set_bit(i, page->bitmap); in atom_new()
240 ((struct kwork_atom_page *)atom->page_addr)->bitmap); in atom_free()
/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c1115 u8 *bitmap = (u8 *)cursor->image.data; in tdfxfb_cursor() local
1126 u8 data = *mask ^ *bitmap; in tdfxfb_cursor()
1128 data = *mask & *bitmap; in tdfxfb_cursor()
1134 bitmap++; in tdfxfb_cursor()
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst314 doesn't need to keep any per-page state bitmap relative to the live
315 migration around and a single per-page bitmap has to be maintained in
317 missing in the destination node. The bitmap in the source node is
320 course the bitmap is updated accordingly. It's also useful to avoid
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c1749 u32 bitmap = 0; in rtw8852a_btc_set_wl_pri() local
1755 bitmap = B_BTC_PRI_MASK_TX_RESP_V1; in rtw8852a_btc_set_wl_pri()
1759 bitmap = B_AX_PTA_WL_PRI_MASK_BCNQ; in rtw8852a_btc_set_wl_pri()
1766 rtw89_write32_set(rtwdev, reg, bitmap); in rtw8852a_btc_set_wl_pri()
1768 rtw89_write32_clr(rtwdev, reg, bitmap); in rtw8852a_btc_set_wl_pri()
H A Drtw8851b.c2022 u32 bitmap; in rtw8851b_btc_set_wl_pri() local
2028 bitmap = B_BTC_PRI_MASK_TX_RESP_V1; in rtw8851b_btc_set_wl_pri()
2032 bitmap = B_AX_PTA_WL_PRI_MASK_BCNQ; in rtw8851b_btc_set_wl_pri()
2036 bitmap = B_BTC_PRI_MASK_RXCCK_V1; in rtw8851b_btc_set_wl_pri()
2043 rtw89_write32_set(rtwdev, reg, bitmap); in rtw8851b_btc_set_wl_pri()
2045 rtw89_write32_clr(rtwdev, reg, bitmap); in rtw8851b_btc_set_wl_pri()
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst549 It contains segment information such as valid block count and bitmap for the
636 A dentry block consists of 214 dentry slots and file names. Therein a bitmap is
642 Dentry Block(4 K) = bitmap (27 bytes) + reserved (3 bytes) +
653 | bitmap | reserved | dentries | file names |
772 F2FS manages a bitmap. Each bit represents the validity of a block, and the
773 bitmap is composed of a bit stream covering whole blocks in main area.
908 the free segment bitmap at initial mount time. These segments are marked
/openbmc/linux/lib/fonts/
H A DKconfig117 Terminus Font is a clean, fixed width bitmap font, designed
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h215 __u8 *bitmap; /* a 1 bit allows the operations in flags, 0 denies */ member
/openbmc/qemu/util/
H A Dmeson.build34 util_ss.add(files('bitmap.c', 'bitops.c'))
/openbmc/linux/include/uapi/linux/
H A Dxfrm.h87 __u32 bitmap; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h629 __le64 bitmap; member
H A Drx.h974 __le64 bitmap[BA_WINDOW_STREAMS_MAX]; member
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h215 __u8 *bitmap; /* a 1 bit allows the operations in flags, 0 denies */ member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h215 __u8 *bitmap; /* a 1 bit allows the operations in flags, 0 denies */ member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Ddrv_types.h250 u64 bitmap; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c1504 u32 bitmap) in gfx_v6_0_set_user_cu_inactive_bitmap() argument
1508 if (!bitmap) in gfx_v6_0_set_user_cu_inactive_bitmap()
1511 data = bitmap << GC_USER_SHADER_ARRAY_CONFIG__INACTIVE_CUS__SHIFT; in gfx_v6_0_set_user_cu_inactive_bitmap()
3555 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v6_0_get_cu_info() local
3579 bitmap = gfx_v6_0_get_cu_enabled(adev); in gfx_v6_0_get_cu_info()
3580 cu_info->bitmap[0][i][j] = bitmap; in gfx_v6_0_get_cu_info()
3583 if (bitmap & mask) { in gfx_v6_0_get_cu_info()
/openbmc/qemu/target/ppc/
H A Dkvm.c525 unsigned char *bitmap; in kvm_sw_tlb_put() local
532 bitmap = g_malloc((env->nb_tlb + 7) / 8); in kvm_sw_tlb_put()
533 memset(bitmap, 0xFF, (env->nb_tlb + 7) / 8); in kvm_sw_tlb_put()
535 dirty_tlb.bitmap = (uintptr_t)bitmap; in kvm_sw_tlb_put()
544 g_free(bitmap); in kvm_sw_tlb_put()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c1253 u32 bitmap = 0; in rtw8723d_iqk_similarity_cmp() local
1268 if ((i == IQK_S1_RX_X || i == IQK_S0_RX_X) && !bitmap) { in rtw8723d_iqk_similarity_cmp()
1274 bitmap |= BIT(i); in rtw8723d_iqk_similarity_cmp()
1276 bitmap |= BIT(i); in rtw8723d_iqk_similarity_cmp()
1280 if (bitmap != 0) in rtw8723d_iqk_similarity_cmp()
1297 if (bitmap & GENMASK(j + 1, j)) in rtw8723d_iqk_similarity_cmp()
/openbmc/linux/lib/
H A Dvsprintf.c1194 char *bitmap_string(char *buf, char *end, const unsigned long *bitmap, in bitmap_string() argument
1202 if (check_pointer(&buf, end, bitmap, spec)) in bitmap_string()
1220 val = (bitmap[word] >> bit) & chunkmask; in bitmap_string()
1238 char *bitmap_list_string(char *buf, char *end, const unsigned long *bitmap, in bitmap_list_string() argument
1245 if (check_pointer(&buf, end, bitmap, spec)) in bitmap_list_string()
1248 for_each_set_bitrange(rbot, rtop, bitmap, nr_bits) { in bitmap_list_string()
/openbmc/linux/include/trace/events/
H A Dbtrfs.h1479 u64 size, int bitmap),
1481 TP_ARGS(block_group, cluster, size, bitmap),
1489 __field( int, bitmap )
1498 __entry->bitmap = bitmap;
1507 __entry->size, __entry->max_size, __entry->bitmap)
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_lib.c750 static inline int is_bit_set(const u32 *bitmap, unsigned int bit) in is_bit_set() argument
752 return bitmap[bit / 32] & (1 << (bit & 31)); in is_bit_set()
/openbmc/qemu/block/
H A Dqcow2.h637 int idx, uint64_t bitmap) in set_l2_bitmap() argument
641 l2_slice[idx + 1] = cpu_to_be64(bitmap); in set_l2_bitmap()

1...<<11121314151617181920>>...28