/openbmc/linux/drivers/acpi/acpica/ |
H A D | psscope.c | 74 union acpi_generic_state *scope; in acpi_ps_init_scope() local 115 union acpi_generic_state *scope; in acpi_ps_push_scope() local 168 union acpi_generic_state *scope = parser_state->scope; in acpi_ps_pop_scope() local 215 union acpi_generic_state *scope; in acpi_ps_cleanup_scope() local
|
H A D | nsconvert.c | 286 acpi_ns_convert_to_unicode(struct acpi_namespace_node *scope, in acpi_ns_convert_to_unicode() 353 acpi_ns_convert_to_resource(struct acpi_namespace_node *scope, in acpi_ns_convert_to_resource() 432 acpi_ns_convert_to_reference(struct acpi_namespace_node *scope, in acpi_ns_convert_to_reference()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | cpu_errata.c | 18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range() 38 int scope) in is_affected_midr_range_list() 45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr() 60 int scope) in has_mismatched_cache_type() 112 int scope) in has_cortex_a76_erratum_1463225() 185 int scope) in needs_tx2_tvm_workaround() 203 int scope) in has_neoverse_n1_erratum_1542419()
|
H A D | cpufeature.c | 1435 has_always(const struct arm64_cpu_capabilities *entry, int scope) in has_always() 1451 read_scoped_sysreg(const struct arm64_cpu_capabilities *entry, int scope) in read_scoped_sysreg() 1481 has_cpuid_feature(const struct arm64_cpu_capabilities *entry, int scope) in has_cpuid_feature() 1576 int scope) in has_cache_idc() 1601 int scope) in has_cache_dic() 1614 has_useable_cnp(const struct arm64_cpu_capabilities *entry, int scope) in has_useable_cnp() 1674 int scope) in unmap_kernel_at_el0() 2002 int scope) in has_nested_virt_support() 2078 int scope) in has_address_auth_metacap() 2116 int scope) in can_use_gic_priorities() [all …]
|
H A D | proton-pack.c | 202 bool has_spectre_v2(const struct arm64_cpu_capabilities *entry, int scope) in has_spectre_v2() 325 bool has_spectre_v3a(const struct arm64_cpu_capabilities *entry, int scope) in has_spectre_v3a() 511 bool has_spectre_v4(const struct arm64_cpu_capabilities *cap, int scope) in has_spectre_v4() 848 u8 spectre_bhb_loop_affected(int scope) in spectre_bhb_loop_affected() 919 static bool is_spectre_bhb_fw_affected(int scope) in is_spectre_bhb_fw_affected() 944 static bool supports_ecbhb(int scope) in supports_ecbhb() 958 int scope) in is_spectre_bhb_affected()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-microvm.c | 49 static void acpi_dsdt_add_virtio(Aml *scope, in acpi_dsdt_add_virtio() 86 static void acpi_dsdt_add_xhci(Aml *scope, MicrovmMachineState *mms) in acpi_dsdt_add_xhci() 93 static void acpi_dsdt_add_pci(Aml *scope, MicrovmMachineState *mms) in acpi_dsdt_add_pci() 107 Aml *dsdt, *sb_scope, *scope, *pkg; in build_dsdt_microvm() local
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 168 typedef struct scope { struct 172 scope_type type; argument 173 int inner_scope_patches; argument 181 SLIST_HEAD(scope_list, scope); argument
|
H A D | aicasm.c | 460 dump_scope(scope_t *scope) in dump_scope() 488 emit_patch(scope_t *scope, int patch) in emit_patch() 780 process_scope(scope_t *scope) in process_scope()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | sys_m68k.c | 68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() 228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() 378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() 537 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 11 Aml *scope, uint8_t bus_num) in acpi_dsdt_add_pci_route_table() 129 void acpi_dsdt_add_gpex(Aml *scope, struct GPEXConfig *cfg) in acpi_dsdt_add_gpex() 286 void acpi_dsdt_add_gpex_host(Aml *scope, uint32_t irq) in acpi_dsdt_add_gpex_host()
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 68 static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_cpus() 81 static void acpi_dsdt_add_uart(Aml *scope, const MemMapEntry *uart_memmap, in acpi_dsdt_add_uart() 99 static void acpi_dsdt_add_flash(Aml *scope, const MemMapEntry *flash_memmap) in acpi_dsdt_add_flash() 123 static void acpi_dsdt_add_pci(Aml *scope, const MemMapEntry *memmap, in acpi_dsdt_add_pci() 142 static void acpi_dsdt_add_gpio(Aml *scope, const MemMapEntry *gpio_memmap, in acpi_dsdt_add_gpio() 173 static void acpi_dsdt_add_tpm(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_tpm() 808 Aml *scope, *dsdt; in build_dsdt() local
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 262 Aml *scope = aml_scope("_SB"); in build_uart_device_aml() local 309 static void build_pci_device_aml(Aml *scope, LoongArchVirtMachineState *lvms) in build_pci_device_aml() 325 static void build_flash_aml(Aml *scope, LoongArchVirtMachineState *lvms) in build_flash_aml() 366 static void acpi_dsdt_add_tpm(Aml *scope, LoongArchVirtMachineState *vms) in acpi_dsdt_add_tpm() 404 Aml *dsdt, *scope, *pkg; in build_dsdt() local
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_redirect.c | 83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable() 112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | dirPagination.js | 78 return function dirPaginationLinkFn(scope, element, attrs) { argument 232 function makeCurrentPageGetterFn(scope, attrs, paginationId) { argument 272 scope: class in dirPaginationControlsDirective.DDO 294 function dirPaginationControlsLinkFn(scope, element, attrs) { argument 622 this.setCurrentPageParser = function(instanceId, val, scope) { argument
|
H A D | input.js | 6 return function(scope, element, attrs) { argument
|
/openbmc/linux/drivers/counter/ |
H A D | counter-sysfs.c | 40 enum counter_scope scope; member 570 const enum counter_scope scope, in counter_attr_create() 749 const enum counter_scope scope, in counter_ext_attrs_create() 766 const enum counter_scope scope, in counter_array_attrs_create() 806 const enum counter_scope scope, in counter_sysfs_exts_add() 844 const enum counter_scope scope = COUNTER_SCOPE_SIGNAL; in counter_signal_attrs_create() local 944 const enum counter_scope scope = COUNTER_SCOPE_COUNT; in counter_count_attrs_create() local 1062 const enum counter_scope scope = COUNTER_SCOPE_DEVICE; in counter_sysfs_attr_add() local
|
/openbmc/pldm/requester/test/ |
H A D | handler_test.cpp | 158 exec::async_scope scope; in TEST_F() local 205 exec::async_scope scope; in TEST_F() local 263 exec::async_scope scope; in TEST_F() local
|
/openbmc/linux/net/tipc/ |
H A D | addr.h | 53 signed char scope; member 64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr()
|
/openbmc/qemu/hw/display/ |
H A D | acpi-vga-stub.c | 5 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope) in build_vga_aml()
|
H A D | acpi-vga.c | 6 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope) in build_vga_aml()
|
/openbmc/qemu/hw/acpi/ |
H A D | ipmi-stub.c | 13 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ipmi_dev_aml()
|
H A D | pci-bridge-stub.c | 18 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml()
|
H A D | pci-bridge.c | 20 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 118 static void acpi_dsdt_add_cpus(Aml *scope, RISCVVirtState *s) in acpi_dsdt_add_cpus() 144 static void acpi_dsdt_add_plic_aplic(Aml *scope, uint8_t socket_count, in acpi_dsdt_add_plic_aplic() 169 acpi_dsdt_add_uart(Aml *scope, const MemMapEntry *uart_memmap, in acpi_dsdt_add_uart() 414 Aml *scope, *dsdt; in build_dsdt() local
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg-acpi.c | 11 void fw_cfg_acpi_dsdt_add(Aml *scope, const MemMapEntry *fw_cfg_memmap) in fw_cfg_acpi_dsdt_add()
|