Home
last modified time | relevance | path

Searched refs:ent_size (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_truth_table.c86 const char *ent_size = NULL; in ex_put_truth_table() local
102 ent_size = "num_el_in_blk"; in ex_put_truth_table()
111 ent_size = "num_ed_in_blk"; in ex_put_truth_table()
120 ent_size = "num_fa_in_blk"; in ex_put_truth_table()
129 ent_size = "num_side_ss"; in ex_put_truth_table()
138 ent_size = "num_nod_ns"; in ex_put_truth_table()
147 ent_size = "num_edge_es"; in ex_put_truth_table()
156 ent_size = "num_face_fs"; in ex_put_truth_table()
165 ent_size = "num_ele_els"; in ex_put_truth_table()
174 ent_size = "num_values_blob"; in ex_put_truth_table()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_truth_table.c116 const char *ent_size = NULL; in ex_put_truth_table() local
130 ent_size = "num_el_in_blk"; in ex_put_truth_table()
139 ent_size = "num_ed_in_blk"; in ex_put_truth_table()
148 ent_size = "num_fa_in_blk"; in ex_put_truth_table()
157 ent_size = "num_side_ss"; in ex_put_truth_table()
166 ent_size = "num_nod_ns"; in ex_put_truth_table()
175 ent_size = "num_edge_es"; in ex_put_truth_table()
184 ent_size = "num_face_fs"; in ex_put_truth_table()
193 ent_size = "num_ele_els"; in ex_put_truth_table()
287 if ((status = nc_inq_dimid(exoid, ex_catstr(ent_size, (i + 1)), &dims[1])) != NC_NOERR) { in ex_put_truth_table()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_put_truth_table.c97 const char* ent_size = NULL; in ex_put_truth_table() local
109 ent_size = "num_el_in_blk"; in ex_put_truth_table()
119 ent_size = "num_ed_in_blk"; in ex_put_truth_table()
129 ent_size = "num_fa_in_blk"; in ex_put_truth_table()
139 ent_size = "num_side_ss"; in ex_put_truth_table()
149 ent_size = "num_nod_ns"; in ex_put_truth_table()
159 ent_size = "num_edge_es"; in ex_put_truth_table()
169 ent_size = "num_face_fs"; in ex_put_truth_table()
179 ent_size = "num_ele_els"; in ex_put_truth_table()
285 if ((status = nc_inq_dimid(exoid, ex_catstr(ent_size, (i+1)), &dims[1])) != NC_NOERR) { in ex_put_truth_table()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/Lib/src/
H A Dexpvartab.c97 const char* ent_size = NULL; in ex_put_truth_table() local
109 ent_size = "num_el_in_blk"; in ex_put_truth_table()
119 ent_size = "num_ed_in_blk"; in ex_put_truth_table()
129 ent_size = "num_fa_in_blk"; in ex_put_truth_table()
139 ent_size = "num_side_ss"; in ex_put_truth_table()
149 ent_size = "num_nod_ns"; in ex_put_truth_table()
159 ent_size = "num_edge_es"; in ex_put_truth_table()
169 ent_size = "num_face_fs"; in ex_put_truth_table()
179 ent_size = "num_ele_els"; in ex_put_truth_table()
299 if ((status = nc_inq_dimid(exoid, ex_catstr(ent_size, (i+1)), &dims[1])) != NC_NOERR) { in ex_put_truth_table()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/
H A Dexpvartab.c97 const char* ent_size = NULL; in ex_put_truth_table() local
109 ent_size = "num_el_in_blk"; in ex_put_truth_table()
119 ent_size = "num_ed_in_blk"; in ex_put_truth_table()
129 ent_size = "num_fa_in_blk"; in ex_put_truth_table()
139 ent_size = "num_side_ss"; in ex_put_truth_table()
149 ent_size = "num_nod_ns"; in ex_put_truth_table()
159 ent_size = "num_edge_es"; in ex_put_truth_table()
169 ent_size = "num_face_fs"; in ex_put_truth_table()
179 ent_size = "num_ele_els"; in ex_put_truth_table()
299 if ((status = nc_inq_dimid(exoid, ex_catstr(ent_size, (i+1)), &dims[1])) != NC_NOERR) { in ex_put_truth_table()
/dports/editors/poke/poke-1.0/poke/
H A Dpk-scrabble.pk32 [:ent_size OFFSET] \\
54 :ent_size OFFSET
71 off64 ent_size = 1#B,
75 type Entity = struct { char code; bit[ent_size] value; };
94 for (var i = 0; i < from_pattern'length; i++, from += ent_size)
96 value = unmap bit[ent_size] @ from_ios : from}];
103 bit[ent_size] @ to_ios : end = ent.value;
104 end += ent_size;
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-pcduino3/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c588 u64 head_addr, ent_addr, ent_size; in cvmx_bootmem_phy_alloc() local
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
697 target_size = ent_size; in cvmx_bootmem_phy_alloc()
711 ent_size = target_size; in cvmx_bootmem_phy_alloc()
734 ent_size -= new_ent_size; in cvmx_bootmem_phy_alloc()
736 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
744 ent_size = new_ent_size; in cvmx_bootmem_phy_alloc()
750 new_ent_size = ent_size - req_size; in cvmx_bootmem_phy_alloc()
761 ent_size = ent_size - new_ent_size; in cvmx_bootmem_phy_alloc()
763 cvmx_bootmem_phy_set_size(ent_addr, ent_size); in cvmx_bootmem_phy_alloc()
[all …]

1234567