| /freebsd-14.2/sys/i386/i386/ |
| H A D | machdep.c | 787 if (base < physmap[i + 1]) { in add_physmap_entry() 801 physmap[insert_idx] = base; in add_physmap_entry() 824 physmap[i] = physmap[i - 2]; in add_physmap_entry() 825 physmap[i + 1] = physmap[i - 1]; in add_physmap_entry() 829 physmap[insert_idx] = base; in add_physmap_entry() 912 bzero(physmap, sizeof(physmap)); in getmemsize() 996 if (physmap[1] != 0) in getmemsize() 1040 physmap[0] = 0; in getmemsize() 1041 physmap[1] = basemem * 1024; in getmemsize() 1044 physmap[physmap_idx + 1] = physmap[physmap_idx] + extmem * 1024; in getmemsize() [all …]
|
| H A D | mp_machdep.c | 164 if (physmap[i] >= MiB(1) || in alloc_ap_trampoline() 165 (trunc_page(physmap[i + 1]) - round_page(physmap[i])) < in alloc_ap_trampoline() 174 if (physmap[i + 1] < MiB(1)) { in alloc_ap_trampoline() 175 boot_address = trunc_page(physmap[i + 1]); in alloc_ap_trampoline() 176 if ((physmap[i + 1] - boot_address) < bootMP_size) in alloc_ap_trampoline() 178 physmap[i + 1] = boot_address; in alloc_ap_trampoline() 180 boot_address = round_page(physmap[i]); in alloc_ap_trampoline() 181 physmap[i] = boot_address + round_page(bootMP_size); in alloc_ap_trampoline() 183 if (physmap[i] == physmap[i + 1] && *physmap_idx != 0) { in alloc_ap_trampoline() 184 memmove(&physmap[i], &physmap[i + 2], in alloc_ap_trampoline() [all …]
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | machdep.c | 650 if (base < physmap[i + 1]) { in add_physmap_entry() 664 physmap[insert_idx] = base; in add_physmap_entry() 687 physmap[i] = physmap[i - 2]; in add_physmap_entry() 688 physmap[i + 1] = physmap[i - 1]; in add_physmap_entry() 692 physmap[insert_idx] = base; in add_physmap_entry() 812 physmap, physmap_idx)) in add_efi_map_entries() 878 bzero(physmap, sizeof(physmap)); in getmemsize() 889 if (physmap[i] <= 0xA0000) { in getmemsize() 953 physmap[0] = PAGE_SIZE; in getmemsize() 955 physmap[0] = round_page(physmap[1] - PAGE_SIZE); in getmemsize() [all …]
|
| /freebsd-14.2/sys/x86/xen/ |
| H A D | pv.c | 515 pvh_parse_memmap_start_info(caddr_t kmdp, vm_paddr_t *physmap, in pvh_parse_memmap_start_info() argument 540 bios_add_smap_entries(&entry, 1, physmap, physmap_idx); in pvh_parse_memmap_start_info() 545 xen_pvh_parse_memmap(caddr_t kmdp, vm_paddr_t *physmap, int *physmap_idx) in xen_pvh_parse_memmap() argument 566 bios_add_smap_entries(xen_smap, size, physmap, physmap_idx); in xen_pvh_parse_memmap() 570 pvh_parse_memmap(caddr_t kmdp, vm_paddr_t *physmap, int *physmap_idx) in pvh_parse_memmap() argument 579 pvh_parse_memmap_start_info(kmdp, physmap, physmap_idx); in pvh_parse_memmap() 581 xen_pvh_parse_memmap(kmdp, physmap, physmap_idx); in pvh_parse_memmap()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | google,cros-ec-keyb.yaml | 35 function-row-physmap: 48 function-row-physmap: [ 'linux,keymap' ] 76 function-row-physmap = <
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | mtd-physmap.yaml | 4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml# 97 Allows specifying the mtd name for retro capability with physmap-flash 99 physmap-flash.
|
| H A D | gpmc-nor.txt | 13 - compatible: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml 24 - linux,mtd-name: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
|
| H A D | intel,ixp4xx-flash.txt | 11 For the rest of the properties, see mtd-physmap.txt.
|
| H A D | cortina,gemini-flash.txt | 12 For the rest of the properties, see mtd-physmap.yaml.
|
| H A D | arm-versatile.txt | 15 For the rest of the properties, see mtd-physmap.txt.
|
| H A D | mtd-physmap.txt | 27 physmap-flash drivers as boot loader pass the mtd partition via the old 28 device name physmap-flash.
|
| /freebsd-14.2/sys/amd64/include/pc/ |
| H A D | bios.h | 89 vm_paddr_t *physmap, int *physmap_idx);
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8192-asurada-hayato-r1.dts | 15 function-row-physmap = <
|
| H A D | mt8192-asurada-spherion-r0.dts | 33 function-row-physmap = <
|
| /freebsd-14.2/sys/x86/include/ |
| H A D | x86_smp.h | 88 void alloc_ap_trampoline(vm_paddr_t *physmap, unsigned int *physmap_idx);
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sc7180-trogdor-pazquel360.dtsi | 38 function-row-physmap = <
|
| H A D | sc7180-trogdor-pazquel.dtsi | 51 function-row-physmap = <
|
| H A D | sc7180-trogdor-kingoftown.dts | 51 function-row-physmap = <
|
| H A D | sc7180-trogdor-kingoftown.dtsi | 43 function-row-physmap = <
|
| H A D | sc7180-trogdor-pompom.dtsi | 113 function-row-physmap = <
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | at91rm9200ek.dts | 100 linux,mtd-name = "physmap-flash.0";
|
| H A D | sama5d3xcm.dtsi | 57 linux,mtd-name = "physmap-flash.0";
|
| H A D | imx31-lite.dts | 164 linux,mtd-name = "physmap-flash.0";
|
| H A D | imx27-eukrea-cpuimx27.dtsi | 99 linux,mtd-name = "physmap-flash.0";
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | pmap.c | 344 static vm_paddr_t physmap[PHYSMAP_SIZE]; variable 1140 MPASS(bs_state.pa <= physmap[i + 1]); in pmap_bootstrap_dmap() 1171 MPASS(bs_state.pa <= physmap[i + 1]); in pmap_bootstrap_dmap() 1175 MPASS(bs_state.pa == physmap[i + 1]); in pmap_bootstrap_dmap() 1287 physmap_idx = physmem_avail(physmap, nitems(physmap)); in pmap_bootstrap() 1295 if (physmap[i] == physmap[i + 1]) in pmap_bootstrap() 1297 if (physmap[i] <= min_pa) in pmap_bootstrap() 1298 min_pa = physmap[i]; in pmap_bootstrap() 1374 bzero(physmap, sizeof(physmap)); in pmap_bootstrap_san() 1375 physmap_idx = physmem_avail(physmap, nitems(physmap)); in pmap_bootstrap_san() [all …]
|