Searched +full:pre +full:- +full:fetchable (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/pci/v3,v360epc-pci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Linus Walleij <linus.walleij@linaro.org>16 - $ref: /schemas/pci/pci-host-bridge.yaml#21 - const: arm,integrator-ap-pci22 - const: v3,v360epc-pci26 - description: V3 host bridge controller27 - description: Configuration space[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>17 (C) Copyright AudioScience Inc. 1998-201061 /* Host-to-DSP Control Register (HDCR) bitfields */70 * BAR1 maps to non-prefetchable 8 Mbyte memory block114 /* a non-NULL handle means there is an HPI allocated buffer */117 /* non-zero size means a buffer exists, may be external */224 switch (phm->function) { in subsys_message()229 phr->error = HPI_ERROR_INVALID_FUNC; in subsys_message()238 struct hpi_hw_obj *phw = pao->priv; in control_message()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only2 /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com6 #include <linux/bpf-cgroup.h>35 #include <linux/bpf-netns.h>48 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \49 (map)->map_type == BPF_MAP_TYPE_CGROUP_ARRAY || \50 (map)->map_type == BPF_MAP_TYPE_ARRAY_OF_MAPS)51 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY)52 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS)83 * are 0 - i.e. new user-space does not rely on any kernel feature extensions[all …]