acpivar.h (16b9056593f90eb2609a2655d68dbcf03b221a6e) acpivar.h (e76aab6ae262ab21d72d941aef61a7b471fb6852)
1/*-
2 * Copyright (c) 2000 Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
3 * Copyright (c) 2000 Michael Smith <msmith@freebsd.org>
4 * Copyright (c) 2000 BSDi
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 526 unchanged lines hidden (view full) ---

535/*
536 * Parse and use proximity information in SRAT and SLIT.
537 */
538int acpi_pxm_init(int ncpus, vm_paddr_t maxphys);
539void acpi_pxm_parse_tables(void);
540void acpi_pxm_set_mem_locality(void);
541void acpi_pxm_set_cpu_locality(void);
542int acpi_pxm_get_cpu_locality(int apic_id);
1/*-
2 * Copyright (c) 2000 Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
3 * Copyright (c) 2000 Michael Smith <msmith@freebsd.org>
4 * Copyright (c) 2000 BSDi
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 526 unchanged lines hidden (view full) ---

535/*
536 * Parse and use proximity information in SRAT and SLIT.
537 */
538int acpi_pxm_init(int ncpus, vm_paddr_t maxphys);
539void acpi_pxm_parse_tables(void);
540void acpi_pxm_set_mem_locality(void);
541void acpi_pxm_set_cpu_locality(void);
542int acpi_pxm_get_cpu_locality(int apic_id);
543void acpi_pxm_free(void);
544
545/*
546 * Map a PXM to a VM domain.
547 *
548 * Returns the VM domain ID if found, or -1 if not found / invalid.
549 */
550int acpi_map_pxm_to_vm_domainid(int pxm);
551int acpi_get_cpus(device_t dev, device_t child, enum cpu_sets op,

--- 12 unchanged lines hidden ---
543
544/*
545 * Map a PXM to a VM domain.
546 *
547 * Returns the VM domain ID if found, or -1 if not found / invalid.
548 */
549int acpi_map_pxm_to_vm_domainid(int pxm);
550int acpi_get_cpus(device_t dev, device_t child, enum cpu_sets op,

--- 12 unchanged lines hidden ---