Home
last modified time | relevance | path

Searched refs:current_flags (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dptdump.c64 u64 current_flags; member
158 st->current_flags &= ~flag->mask; in dump_flag_info()
160 if (st->current_flags != 0) in dump_flag_info()
161 pt_dump_seq_printf(st->seq, " unknown flags:%llx", st->current_flags); in dump_flag_info()
187 pte_t pte = __pte(st->current_flags); in note_prot_wx()
208 st->current_flags = flag; in note_page_update_state()
237 } else if (flag != st->current_flags || level != st->level || in note_page()
243 if (st->current_flags) { in note_page()
250 st->current_flags, in note_page()
H A Dhashpagetable.c30 u64 current_flags; member
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dacpi.c362 unsigned long current_flags; in apei_claim_sea() local
367 current_flags = local_daif_save_flags(); in apei_claim_sea()
400 local_daif_restore(current_flags); in apei_claim_sea()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsel-sched-ir.h1001 short current_flags; member
1231 i.current_flags = 0; in _succ_iter_start()
1264 ip->current_flags = SUCCS_NORMAL; in _succ_iter_cond()
1439 ip->current_flags = SUCCS_NORMAL; in _eligible_successor_edge_p()
1459 ip->current_flags = SUCCS_BACK; in _eligible_successor_edge_p()
1463 ip->current_flags = SUCCS_OUT; in _eligible_successor_edge_p()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsel-sched-ir.h1001 short current_flags; member
1231 i.current_flags = 0; in _succ_iter_start()
1264 ip->current_flags = SUCCS_NORMAL; in _succ_iter_cond()
1439 ip->current_flags = SUCCS_NORMAL; in _eligible_successor_edge_p()
1459 ip->current_flags = SUCCS_BACK; in _eligible_successor_edge_p()
1463 ip->current_flags = SUCCS_OUT; in _eligible_successor_edge_p()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h733 __le32 current_flags; member
740 __le32 current_flags; member
1022 __le32 current_flags; member
H A Dhci_core.h148 u32 current_flags; member
714 u32 current_flags; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c4033 u32 current_flags = 0; in get_device_flags() local
4050 current_flags = br_params->current_flags; in get_device_flags()
4058 current_flags = params->current_flags; in get_device_flags()
4064 rp.current_flags = cpu_to_le32(current_flags); in get_device_flags()
4077 u32 supported_flags, u32 current_flags) in device_flags_changed() argument
4084 ev.current_flags = cpu_to_le32(current_flags); in device_flags_changed()
4097 u32 current_flags = __le32_to_cpu(cp->current_flags); in set_device_flags() local
4101 __le32_to_cpu(current_flags)); in set_device_flags()
4103 if ((supported_flags | current_flags) != supported_flags) { in set_device_flags()
4105 current_flags, supported_flags); in set_device_flags()
[all …]
H A Dhci_request.c748 params->current_flags)) in add_to_white_list()
1100 b->current_flags)) in hci_req_set_event_filter()
H A Dhci_core.c3230 entry->current_flags = flags; in hci_bdaddr_list_add_with_flags()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_type.h381 uint64_t current_flags; // current flags member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d_type.h356 uint64_t current_flags; // current flags member
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_type.h381 uint64_t current_flags; // current flags member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_type.h381 uint64_t current_flags; // current flags member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_type.h381 uint64_t current_flags; // current flags member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c337 u32 current_flags = adapter->flags; in ixgbe_pci_sriov_disable() local
345 if (!err && (current_flags != adapter->flags || in ixgbe_pci_sriov_disable()
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1449 (unsigned long long)osd_info.invert_config.current_flags, in rga_dump_osd_info()
1737 srcinfo.osd_info.cur_flags = opt.osd_config.invert_config.current_flags; in rga_task_submit()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_Developer_Guide_RGA_CN.md2698 uint64_t current_flags; // current flags
2715 | current_flags | 当前task统计的反色配置表,共64个bit,task执行结束后读取。 |