Home
last modified time | relevance | path

Searched +full:- +full:set (Results 1 – 25 of 1226) sorted by relevance

12345678910>>...50

/openbmc/linux/arch/m68k/fpsp040/
H A Dfpsp.h11 | fpsp.h --- stack frame offsets during FPSP exception handling
18 | link a6,#-LOCAL_SIZE
19 | fsave -(a7)
20 | movem.l d0-d1/a0-a1,USER_DA(a6)
21 | fmovem.x fp0-fp3,USER_FP0(a6)
26 | A7 ---> +-------------------------------+
30 | +-------------------------------+
36 | +-------------------------------+
37 | A6 ---> | Saved A6 |
38 | +-------------------------------+
[all …]
/openbmc/u-boot/board/cobra5272/bdm/
H A Dcobra5272_uboot.gdb12 set $mbar = 0x10000001
13 set $scr = $mbar - 1 + 0x004
14 set $spr = $mbar - 1 + 0x006
15 set $pmr = $mbar - 1 + 0x008
16 set $apmr = $mbar - 1 + 0x00e
17 set $dir = $mbar - 1 + 0x010
18 set $icr1 = $mbar - 1 + 0x020
19 set $icr2 = $mbar - 1 + 0x024
20 set $icr3 = $mbar - 1 + 0x028
21 set $icr4 = $mbar - 1 + 0x02c
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dasmmacro.h12 #include <asm/asm-offsets.h>
16 #include <asm/asmmacro-32.h>
19 #include <asm/asmmacro-64.h>
22 /* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */
78 addi \reg, \reg, -1
85 .set push
86 .set hardfloat
105 .set pop
109 .set push
110 .set mips64r2
[all …]
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt8 # --command=<command-file-name> option
17 set $tasks_off=((size_t)&((struct task_struct *)0)->tasks)
18 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next)
19 set $init_t=&init_task
20 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
21 set var $stacksize = sizeof(union thread_union)
23 set $next_t=(struct task_struct *)$next_t
26 set var $stackp = $next_t.thread.sp
27 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize
33 set $stackp += 4
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h1 /* SPDX-License-Identifier: GPL-2.0-only */
34 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
37 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init() argument
39 struct mtype *map = set->data; in mtype_gc_init()
41 timer_setup(&map->gc, gc, 0); in mtype_gc_init()
42 mod_timer(&map->gc, jiffies + IPSET_GC_PERIOD(set->timeout) * HZ); in mtype_gc_init()
46 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup() argument
48 struct mtype *map = set->data; in mtype_ext_cleanup()
51 for (id = 0; id < map->elements; id++) in mtype_ext_cleanup()
52 if (test_bit(id, map->members)) in mtype_ext_cleanup()
[all …]
H A Dip_set_list_set.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (C) 2008-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
4 /* Kernel module implementing an IP set type: the list:set type */
22 IP_SET_MODULE_DESC("list:set", IPSET_TYPE_REV_MIN, IPSET_TYPE_REV_MAX);
23 MODULE_ALIAS("ip_set_list:set");
29 struct ip_set *set; /* Sigh, in order to cleanup reference */ member
41 u32 size; /* size of set list array */
43 struct ip_set *set; /* attached to this ip_set */ member
45 struct list_head members; /* the set members */
49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, in list_set_ktest() argument
[all …]
H A Dip_set_core.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
4 * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
7 /* Kernel module for IP set management */
25 static LIST_HEAD(ip_set_type_list); /* all registered set types */
27 static DEFINE_RWLOCK(ip_set_ref_lock); /* protects the set refs */
52 MODULE_DESCRIPTION("core IP set support");
57 rcu_dereference_protected((inst)->ip_set_list, \
60 (inst)->is_deleted)
64 rcu_dereference_raw((inst)->ip_set_list)[id]
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
6 static void init_test_filter_set(struct test_filter_set *set) in init_test_filter_set() argument
8 set->cnt = 0; in init_test_filter_set()
9 set->tests = NULL; in init_test_filter_set()
12 static void free_test_filter_set(struct test_filter_set *set) in free_test_filter_set() argument
16 for (i = 0; i < set->cnt; i++) { in free_test_filter_set()
17 for (j = 0; j < set->tests[i].subtest_cnt; j++) in free_test_filter_set()
18 free((void *)set->tests[i].subtests[j]); in free_test_filter_set()
19 free(set->tests[i].subtests); in free_test_filter_set()
20 free(set->tests[i].name); in free_test_filter_set()
[all …]
/openbmc/linux/drivers/s390/cio/
H A Didset.c1 // SPDX-License-Identifier: GPL-2.0
26 struct idset *set; in idset_new() local
28 set = vmalloc(sizeof(struct idset) + in idset_new()
30 if (set) { in idset_new()
31 set->num_ssid = num_ssid; in idset_new()
32 set->num_id = num_id; in idset_new()
33 memset(set->bitmap, 0, idset_bitmap_size(num_ssid, num_id)); in idset_new()
35 return set; in idset_new()
38 void idset_free(struct idset *set) in idset_free() argument
40 vfree(set); in idset_free()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/
H A D0002-Remove-suffix-shared-from-shared-library-name.patch4 Subject: [PATCH 2/2] Remove suffix `-shared' from shared library name
6 Upstream-Status: Inappropriate [OE specific]
8 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
9 ---
10 CMakeLists.txt | 24 ++++++++++++------------
11 1 file changed, 12 insertions(+), 12 deletions(-)
13 --- a/CMakeLists.txt
15 @@ -191,19 +191,19 @@ set (HDF5_HL_F90_C_LIB_TARGET "${HDF
16 set (HDF5_JAVA_JNI_LIB_TARGET "${HDF5_JAVA_JNI_LIB_CORENAME}")
17 set (HDF5_JAVA_HDF5_LIB_TARGET "${HDF5_JAVA_HDF5_LIB_CORENAME}")
[all …]
/openbmc/u-boot/configs/
H A Dzynq_cse_qspi_defconfig10 # CONFIG_ZYNQ_DDRC_INIT is not set
12 # CONFIG_CMD_ZYNQ is not set
14 # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
15 # CONFIG_BOARD_LATE_INIT is not set
16 # CONFIG_DISPLAY_CPUINFO is not set
17 # CONFIG_ARCH_EARLY_INIT_R is not set
20 # CONFIG_CMDLINE_EDITING is not set
21 # CONFIG_AUTO_COMPLETE is not set
22 # CONFIG_SYS_LONGHELP is not set
24 # CONFIG_AUTOBOOT is not set
[all …]
H A Dzynq_cse_nand_defconfig9 # CONFIG_BOARD_LATE_INIT is not set
10 # CONFIG_DISPLAY_CPUINFO is not set
12 # CONFIG_CMDLINE_EDITING is not set
13 # CONFIG_AUTO_COMPLETE is not set
14 # CONFIG_SYS_LONGHELP is not set
16 # CONFIG_AUTOBOOT is not set
17 # CONFIG_CMD_BDI is not set
18 # CONFIG_CMD_CONSOLE is not set
19 # CONFIG_CMD_BOOTD is not set
20 # CONFIG_CMD_BOOTM is not set
[all …]
H A Dxilinx_zynqmp_mini_qspi_defconfig9 # CONFIG_CMD_ZYNQMP is not set
11 # CONFIG_IMAGE_FORMAT_LEGACY is not set
12 # CONFIG_BOARD_LATE_INIT is not set
13 # CONFIG_DISPLAY_CPUINFO is not set
14 # CONFIG_CMDLINE_EDITING is not set
15 # CONFIG_AUTO_COMPLETE is not set
16 # CONFIG_SYS_LONGHELP is not set
18 # CONFIG_AUTOBOOT is not set
19 # CONFIG_CMD_BDI is not set
20 # CONFIG_CMD_CONSOLE is not set
[all …]
H A Dxilinx_zynqmp_mini_nand_defconfig6 # CONFIG_CMD_ZYNQMP is not set
10 # CONFIG_BOARD_LATE_INIT is not set
11 # CONFIG_DISPLAY_CPUINFO is not set
13 # CONFIG_CMDLINE_EDITING is not set
14 # CONFIG_AUTO_COMPLETE is not set
15 # CONFIG_SYS_LONGHELP is not set
17 # CONFIG_AUTOBOOT is not set
18 # CONFIG_CMD_BDI is not set
19 # CONFIG_CMD_CONSOLE is not set
20 # CONFIG_CMD_BOOTD is not set
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dstrset.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
18 /* lookup index for each unique string in strings set */
25 const char *str = s->strs_data + key; in strset_hash_fn()
33 const char *str1 = s->strs_data + key1; in strset_equal_fn()
34 const char *str2 = s->strs_data + key2; in strset_equal_fn()
41 struct strset *set = calloc(1, sizeof(*set)); in strset__new() local
43 int err = -ENOMEM; in strset__new()
45 if (!set) in strset__new()
46 return ERR_PTR(-ENOMEM); in strset__new()
48 hash = hashmap__new(strset_hash_fn, strset_equal_fn, set); in strset__new()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl12 set program_path $argv0
13 set program_dir_path "[file dirname $argv0]/"
14 set program_name "[file tail $argv0]"
20 set start_time [clock microseconds]
28 …# print_x is a wrapper for sprint_x, etc.). In other words, this procedure may not be well-suited…
32 # top-level caller.
33 set call_stack [get_call_stack -2]
36 set caller [lindex $call_stack 0]
38 set call_stack [lreplace $call_stack 0 0]
41 set base_caller [string trimleft $caller s]
[all …]
H A Dopt.tcl25 if { [lsearch -exact $longoptions "${opt_name}::"] != -1 } {
28 if { [lsearch -exact $longoptions "${opt_name}:"] != -1 } {
38 # Populate the global longoptions list and set global option variable defaults.
53 set _opt_debug_ 0
55 # Create an option record which is a 2-element list consisting of the option specification and a
60 set _opt_rec_ [split $_opt_arg_ =]
62 set _opt_spec_ [lindex $_opt_rec_ 0]
66 set _opt_name_ [string trimright $_opt_spec_ ":"]
68 set _opt_default_value_ [lindex $_opt_rec_ 1]
69 set _opt_arg_req_ [get_arg_req $_opt_name_]
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Drouter_bridge_1d_lag.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +--------------------------------------------+
18 # +----------|-----------|---------------------+
20 # +----------|-----------|---------------------+
29 # | +------|------------+ +-------|----------+ |
36 # | +-------------------+ +------------------+ |
49 # +-------|---------|--------------------------+
51 # +-------|---------|--------------------------+
66 # +--------------------------------------------+
118 ip link set dev lag1 addrgenmode none
[all …]
H A Drouter_bridge_lag.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +----------------------------+ +--------------------------+
14 # +----|--------|--------------+ +-|----------|-------------+
16 # +----|--------|------------------------------------|----------|-------------+
21 # | +------|-------------------------------+ | |
26 # | +--------------------------------------+ |
27 # +---------------------------------------------------------------------------+
87 ip link set dev lag1 address $(mac_get $h1)
88 ip link set dev $h1 master lag1
89 ip link set dev $h4 master lag1
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot5 ... 1. Set In Progress - param 0,
6 ... 2. System Firmware Version - param 1,
7 ... 3. System Name - param 2,
8 ... 4. Primary OS Name - param 3,
9 ... 5. OS Name - param 4,
10 ... 6. Present OS Version Number - param 5.
33 Verify System Info Set In Progress
34 [Documentation] Verify Set In Progress of System Info Parameter,
35 ... to set the set-in-progress and set complete state via IPMI,
39 # Set In Progress - set complete.
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/
H A Ddefconfig1 CONFIG_LOCALVERSION="-yocto-standard"
2 # CONFIG_LOCALVERSION_AUTO is not set
11 # CONFIG_SUSPEND is not set
12 # CONFIG_STACKPROTECTOR is not set
14 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
31 # CONFIG_BLK_DEV_BSG is not set
33 # CONFIG_NET_VENDOR_ALACRITECH is not set
34 # CONFIG_NET_VENDOR_AMAZON is not set
35 # CONFIG_NET_VENDOR_AMD is not set
36 # CONFIG_NET_VENDOR_AQUANTIA is not set
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (C) 2014-2019 aQuantia Corporation
5 * Copyright (C) 2019-2020 Marvell International Ltd.
19 /* set temperature sense reset */
22 /* set temperature sense power down */
39 /* set global microprocessor semaphore */
46 /* set global register reset disable */
49 /* set soft reset */
115 /* set interrupt auto mask lsw */
119 /* set interrupt mapping enable rx */
[all …]
/openbmc/linux/net/netfilter/
H A Dnft_lookup.c1 // SPDX-License-Identifier: GPL-2.0-only
19 struct nft_set *set; member
28 bool nft_set_do_lookup(const struct net *net, const struct nft_set *set, in nft_set_do_lookup() argument
31 if (set->ops == &nft_set_hash_fast_type.ops) in nft_set_do_lookup()
32 return nft_hash_lookup_fast(net, set, key, ext); in nft_set_do_lookup()
33 if (set->ops == &nft_set_hash_type.ops) in nft_set_do_lookup()
34 return nft_hash_lookup(net, set, key, ext); in nft_set_do_lookup()
36 if (set->ops == &nft_set_rhash_type.ops) in nft_set_do_lookup()
37 return nft_rhash_lookup(net, set, key, ext); in nft_set_do_lookup()
39 if (set->ops == &nft_set_bitmap_type.ops) in nft_set_do_lookup()
[all …]
H A Dnft_set_hash.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2008-2014 Patrick McHardy <kaber@trash.net>
37 const struct nft_set *set; member
46 return jhash(arg->key, len, seed); in nft_rhash_key()
53 return jhash(nft_set_ext_key(&he->ext), len, seed); in nft_rhash_obj()
59 const struct nft_rhash_cmp_arg *x = arg->key; in nft_rhash_cmp()
62 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen)) in nft_rhash_cmp()
64 if (nft_set_elem_is_dead(&he->ext)) in nft_rhash_cmp()
66 if (nft_set_elem_expired(&he->ext)) in nft_rhash_cmp()
68 if (!nft_set_elem_active(&he->ext, x->genmask)) in nft_rhash_cmp()
[all …]
/openbmc/openbmc-test-automation/bin/
H A Dsol_utils.tcl3 exec expect "$0" -- ${1+"$@"}
8 # sol_utils.tcl --os_host=ip --os_password=password --os_username=username
9 # --openbmc_host=ip --openbmc_password=password --openbmc_username=username
10 # --proc_name=boot_to_petitboot --host_sol_port=port
12 source [exec bash -c "which source.tcl"]
21 set valid_proc_name [list os_login boot_to_petitboot go_to_petitboot_shell \
25 set help_dict [dict create\
37 follows: [regsub -all {\s+} $valid_proc_name {, }]."]\
43 set state [dict create\
67 set cmd_buf os_logoff
[all …]

12345678910>>...50