Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/kernel/liteos_a/kernel/base/vm/
Dshm.c169 STATIC inline VOID ShmSetSharedFlag(struct shmIDSource *seg) in ShmSetSharedFlag()
178 STATIC inline VOID ShmClearSharedFlag(struct shmIDSource *seg) in ShmClearSharedFlag()
187 STATIC VOID ShmPagesRefDec(struct shmIDSource *seg) in ShmPagesRefDec()
232 struct shmIDSource *seg = NULL; in ShmAllocSeg() local
275 STATIC INLINE VOID ShmFreeSeg(struct shmIDSource *seg, UINT32 *shmUsedPageCount) in ShmFreeSeg()
298 struct shmIDSource *seg = NULL; in ShmFindSegByKey() local
313 struct shmIDSource *seg = &IPC_SHM_SEGS[segNum]; in ShmSegValidCheck() local
329 struct shmIDSource *seg = NULL; in ShmFindSeg() local
365 struct shmIDSource *seg = NULL; in OsShmFork() local
384 struct shmIDSource *seg = NULL; in OsShmRegionFree() local
[all …]
Dlos_vm_phys.c60 STATIC VOID OsVmPhysLruInit(struct VmPhysSeg *seg) in OsVmPhysLruInit()
76 struct VmPhysSeg *seg = NULL; in OsVmPhysSegCreate() local
128 STATIC INLINE VOID OsVmPhysFreeListInit(struct VmPhysSeg *seg) in OsVmPhysFreeListInit()
147 struct VmPhysSeg *seg = NULL; in OsVmPhysInit() local
162 struct VmPhysSeg *seg = NULL; in OsVmPhysFreeListAddUnsafe() local
179 struct VmPhysSeg *seg = NULL; in OsVmPhysFreeListDelUnsafe() local
208 struct VmPhysSeg *seg = NULL; in OsVmPhysToPage() local
247 struct VmPhysSeg *seg = NULL; in OsVmVaddrToPage() local
270 STATIC LosVmPage *OsVmPhysLargeAlloc(struct VmPhysSeg *seg, size_t nPages) in OsVmPhysLargeAlloc()
306 STATIC LosVmPage *OsVmPhysPagesAlloc(struct VmPhysSeg *seg, size_t nPages) in OsVmPhysPagesAlloc()
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
Dwr.c55 void **seg, int *size, void **cur_edge) in set_eth_seg()
189 static void set_reg_mkey_seg(struct mlx5_mkey_seg *seg, in set_reg_mkey_seg()
211 static void set_linv_mkey_seg(struct mlx5_mkey_seg *seg) in set_linv_mkey_seg()
263 struct mlx5_wqe_inline_seg *seg; in set_data_inl_seg() local
419 struct mlx5_ib_qp *qp, void **seg, int *size, in set_sig_data_segment()
528 static void set_sig_mkey_segment(struct mlx5_mkey_seg *seg, in set_sig_mkey_segment()
558 struct mlx5_ib_qp *qp, void **seg, int *size, in set_pi_umr_wr()
609 u32 psv_idx, void **seg, int *size) in set_psv_wr()
637 void **seg, int *size, void **cur_edge, in set_reg_wr()
692 static void set_linv_wr(struct mlx5_ib_qp *qp, void **seg, int *size, in set_linv_wr()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dwr.c35 static inline void handle_post_send_edge(struct mlx5_ib_wq *sq, void **seg, in handle_post_send_edge()
59 void **seg, u32 *wqe_sz, const void *src, in memcpy_send_wqe()
105 void **seg, int *size, void **cur_edge) in set_eth_seg()
373 static void set_reg_mkey_seg(struct mlx5_mkey_seg *seg, in set_reg_mkey_seg()
395 static void set_linv_mkey_seg(struct mlx5_mkey_seg *seg) in set_linv_mkey_seg()
402 struct mlx5_mkey_seg *seg, in set_reg_mkey_segment()
484 struct mlx5_wqe_inline_seg *seg; in set_data_inl_seg() local
640 struct mlx5_ib_qp *qp, void **seg, int *size, in set_sig_data_segment()
749 static void set_sig_mkey_segment(struct mlx5_mkey_seg *seg, in set_sig_mkey_segment()
779 struct mlx5_ib_qp *qp, void **seg, int *size, in set_pi_umr_wr()
[all …]
/kernel/linux/linux-6.6/drivers/acpi/
Dpci_mcfg.c46 #define AL_ECAM(table_id, rev, seg, ops) \ argument
58 #define QCOM_ECAM32(seg) \ argument
70 #define HISI_QUAD_DOM(table_id, seg, ops) \ argument
100 #define THUNDER_ECAM_QUIRK(rev, seg) \ argument
128 #define XGENE_V1_ECAM_MCFG(rev, seg) \ argument
132 #define XGENE_V2_ECAM_MCFG(rev, seg) \ argument
155 #define ALTRA_ECAM_QUIRK(rev, seg) \ argument
177 #define LOONGSON_ECAM_MCFG(table_id, seg) \ argument
238 u16 seg = root->segment; in pci_mcfg_lookup() local
/kernel/linux/linux-5.10/drivers/acpi/
Dpci_mcfg.c46 #define AL_ECAM(table_id, rev, seg, ops) \ argument
58 #define QCOM_ECAM32(seg) \ argument
70 #define HISI_QUAD_DOM(table_id, seg, ops) \ argument
100 #define THUNDER_ECAM_QUIRK(rev, seg) \ argument
121 #define XGENE_V1_ECAM_MCFG(rev, seg) \ argument
125 #define XGENE_V2_ECAM_MCFG(rev, seg) \ argument
148 #define ALTRA_ECAM_QUIRK(rev, seg) \ argument
170 #define LOONGSON_ECAM_MCFG(table_id, seg) \ argument
231 u16 seg = root->segment; in pci_mcfg_lookup() local
/kernel/linux/linux-6.6/arch/x86/kvm/
Dmtrr.c189 static u64 fixed_mtrr_seg_unit_size(int seg) in fixed_mtrr_seg_unit_size()
194 static bool fixed_msr_to_seg_unit(u32 msr, int *seg, int *unit) in fixed_msr_to_seg_unit()
220 static void fixed_mtrr_seg_unit_range(int seg, int unit, u64 *start, u64 *end) in fixed_mtrr_seg_unit_range()
230 static int fixed_mtrr_seg_unit_range_index(int seg, int unit) in fixed_mtrr_seg_unit_range_index()
241 static int fixed_mtrr_seg_end_range_index(int seg) in fixed_mtrr_seg_end_range_index()
252 int seg, unit; in fixed_msr_to_range() local
263 int seg, unit; in fixed_msr_to_range_index() local
274 int seg, seg_num = ARRAY_SIZE(fixed_seg_table); in fixed_mtrr_addr_to_seg() local
285 static int fixed_mtrr_addr_seg_to_range_index(u64 addr, int seg) in fixed_mtrr_addr_seg_to_range_index()
296 static u64 fixed_mtrr_range_end_addr(int seg, int index) in fixed_mtrr_range_end_addr()
[all …]
/kernel/linux/linux-5.10/arch/x86/kvm/
Dmtrr.c181 static u64 fixed_mtrr_seg_unit_size(int seg) in fixed_mtrr_seg_unit_size()
186 static bool fixed_msr_to_seg_unit(u32 msr, int *seg, int *unit) in fixed_msr_to_seg_unit()
212 static void fixed_mtrr_seg_unit_range(int seg, int unit, u64 *start, u64 *end) in fixed_mtrr_seg_unit_range()
222 static int fixed_mtrr_seg_unit_range_index(int seg, int unit) in fixed_mtrr_seg_unit_range_index()
233 static int fixed_mtrr_seg_end_range_index(int seg) in fixed_mtrr_seg_end_range_index()
244 int seg, unit; in fixed_msr_to_range() local
255 int seg, unit; in fixed_msr_to_range_index() local
266 int seg, seg_num = ARRAY_SIZE(fixed_seg_table); in fixed_mtrr_addr_to_seg() local
277 static int fixed_mtrr_addr_seg_to_range_index(u64 addr, int seg) in fixed_mtrr_addr_seg_to_range_index()
288 static u64 fixed_mtrr_range_end_addr(int seg, int index) in fixed_mtrr_range_end_addr()
[all …]
/kernel/linux/linux-6.6/drivers/firmware/google/
Dmemconsole-coreboot.c45 struct seg { /* describes ring buffer segments in logical order */ in memconsole_coreboot_read() struct
46 u32 phys; /* physical offset from start of mem buffer */ in memconsole_coreboot_read()
47 u32 len; /* length of segment */ in memconsole_coreboot_read()
48 } seg[2] = { {0}, {0} }; in memconsole_coreboot_read() local
/kernel/linux/linux-5.10/drivers/firmware/google/
Dmemconsole-coreboot.c45 struct seg { /* describes ring buffer segments in logical order */ in memconsole_coreboot_read() struct
46 u32 phys; /* physical offset from start of mem buffer */ in memconsole_coreboot_read()
47 u32 len; /* length of segment */ in memconsole_coreboot_read()
48 } seg[2] = { {0}, {0} }; in memconsole_coreboot_read() local
/kernel/linux/linux-5.10/ipc/
Dmsgutil.c63 struct msg_msgseg *seg; in alloc_msg() local
87 struct msg_msgseg *seg; in load_msg() local
153 struct msg_msgseg *seg; in store_msg() local
171 struct msg_msgseg *seg; in free_msg() local
/kernel/linux/linux-6.6/ipc/
Dmsgutil.c63 struct msg_msgseg *seg; in alloc_msg() local
87 struct msg_msgseg *seg; in load_msg() local
153 struct msg_msgseg *seg; in store_msg() local
171 struct msg_msgseg *seg; in free_msg() local
/kernel/linux/linux-5.10/arch/s390/mm/
Dextmem.c165 query_segment_type (struct dcss_segment *seg) in query_segment_type()
254 struct dcss_segment seg; in segment_type() local
271 segment_overlaps_others (struct dcss_segment *seg) in segment_overlaps_others()
298 struct dcss_segment *seg; in __segment_load() local
416 struct dcss_segment *seg; in segment_load() local
457 struct dcss_segment *seg; in segment_modify_shared() local
539 struct dcss_segment *seg; in segment_unload() local
568 struct dcss_segment *seg; in segment_save() local
/kernel/linux/linux-6.6/arch/s390/mm/
Dextmem.c165 query_segment_type (struct dcss_segment *seg) in query_segment_type()
254 struct dcss_segment seg; in segment_type() local
271 segment_overlaps_others (struct dcss_segment *seg) in segment_overlaps_others()
298 struct dcss_segment *seg; in __segment_load() local
416 struct dcss_segment *seg; in segment_load() local
457 struct dcss_segment *seg; in segment_modify_shared() local
539 struct dcss_segment *seg; in segment_unload() local
568 struct dcss_segment *seg; in segment_save() local
/kernel/linux/linux-6.6/arch/x86/pci/
Dnumachip.c19 static inline char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base()
28 static int pci_mmcfg_read_numachip(unsigned int seg, unsigned int bus, in pci_mmcfg_read_numachip()
68 static int pci_mmcfg_write_numachip(unsigned int seg, unsigned int bus, in pci_mmcfg_write_numachip()
Ddirect.c21 static int pci_conf1_read(unsigned int seg, unsigned int bus, in pci_conf1_read()
52 static int pci_conf1_write(unsigned int seg, unsigned int bus, in pci_conf1_write()
95 static int pci_conf2_read(unsigned int seg, unsigned int bus, in pci_conf2_read()
137 static int pci_conf2_write(unsigned int seg, unsigned int bus, in pci_conf2_write()
Dmmconfig_64.c19 static char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base()
28 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read()
62 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write()
Dmmconfig_32.c27 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr()
51 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read()
90 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write()
/kernel/linux/linux-5.10/arch/x86/pci/
Dnumachip.c18 static inline char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base()
27 static int pci_mmcfg_read_numachip(unsigned int seg, unsigned int bus, in pci_mmcfg_read_numachip()
67 static int pci_mmcfg_write_numachip(unsigned int seg, unsigned int bus, in pci_mmcfg_write_numachip()
Ddirect.c21 static int pci_conf1_read(unsigned int seg, unsigned int bus, in pci_conf1_read()
52 static int pci_conf1_write(unsigned int seg, unsigned int bus, in pci_conf1_write()
95 static int pci_conf2_read(unsigned int seg, unsigned int bus, in pci_conf2_read()
137 static int pci_conf2_write(unsigned int seg, unsigned int bus, in pci_conf2_write()
Dmmconfig_64.c19 static char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base()
28 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read()
62 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write()
Dmmconfig_32.c27 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr()
51 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read()
90 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_buddy.c77 unsigned int seg, order_iter, m; in dr_buddy_find_free_seg() local
123 unsigned int seg, order_iter; in mlx5dr_buddy_alloc_mem() local
151 unsigned int seg, unsigned int order) in mlx5dr_buddy_free_mem()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/
Ddcn201_clk_mgr.c45 #define BASE_INNER(seg) DMU_BASE__INST0_SEG ## seg argument
47 #define BASE(seg) BASE_INNER(seg) argument
53 #define CLK_BASE_INNER(seg) \ argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c524 ice_fdir_set_hw_fltr_rule(struct ice_pf *pf, struct ice_flow_seg_info *seg, in ice_fdir_set_hw_fltr_rule()
635 ice_set_init_fdir_seg(struct ice_flow_seg_info *seg, in ice_set_init_fdir_seg()
695 struct ice_flow_seg_info *seg, *tun_seg; in ice_create_init_fdir_rule() local
769 ice_set_fdir_ip4_seg(struct ice_flow_seg_info *seg, in ice_set_fdir_ip4_seg()
854 ice_set_fdir_ip4_usr_seg(struct ice_flow_seg_info *seg, in ice_set_fdir_ip4_usr_seg()
910 ice_set_fdir_ip6_seg(struct ice_flow_seg_info *seg, in ice_set_fdir_ip6_seg()
1000 ice_set_fdir_ip6_usr_seg(struct ice_flow_seg_info *seg, in ice_set_fdir_ip6_usr_seg()
1060 struct ice_flow_seg_info *seg, *tun_seg; in ice_cfg_fdir_xtrct_seq() local

12345678910>>...17