/openbmc/linux/arch/arm64/include/asm/ |
H A D | vectors.h | 19 * tramp_vecs and __bp_harden_el1_vectors. By default the canonical 25 * Perform the BHB loop mitigation, before branching to the canonical 32 * canonical vectors. 37 * Use the ClearBHB instruction, before branching to the canonical 44 * Remap the kernel before branching to the canonical vectors.
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | page_64.h | 69 * On Intel CPUs, if a SYSCALL instruction is at the highest canonical 71 * non-canonical return address, and SYSRET will explode dangerously. 73 * from being mapped at the maximum canonical address. 76 * CPUs malfunction if they execute code from the highest canonical page. 77 * They'll speculate right off the end of the canonical space, and
|
/openbmc/linux/Documentation/riscv/ |
H A D | uabi.rst | 9 The canonical order of ISA extension names in the ISA string is defined in 14 #. Single-letter extensions come first, in canonical order. 15 The canonical order is "IMAFDQLCBKJTPVH". 26 ordered first by category, in canonical order, as listed above, then
|
/openbmc/phosphor-hwmon/ |
H A D | sysfs.cpp | 94 devPath = fs::canonical(devPath); in findCalloutPath() 104 p = fs::canonical(p); in findCalloutPath() 119 ofDevPath = fs::canonical(ofDevPath); in findCalloutPath() 137 p = fs::canonical(p); in findCalloutPath() 152 return fs::canonical(iioDev).parent_path(); in findCalloutPath() 177 path = fs::canonical(path); in findHwmonFromOFPath()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | btf.c | 3016 * Algorithm determines canonical type descriptor, which is a single 3017 * representative type for each truly unique type. This canonical type is the 3022 * that type is canonical, or to some other type, if that type is equivalent 3023 * and was chosen as canonical representative. This mapping is stored in 3027 * To facilitate fast discovery of canonical types, we also maintain canonical 3029 * (i.e., hashed kind, name, size, fields, etc) into a list of canonical types 3031 * hashing function, we can limit number of canonical types for each unique type 3032 * signature to a very small number, allowing to find canonical type for any 3117 * canonical representative type candidates. Hash collisions are 3123 /* Canonical types map */ [all …]
|
/openbmc/qemu/contrib/gitdm/ |
H A D | aliases | 3 # single, canonical address. It duplicates some info from .mailmap so 17 # a canonical address which will distort the stats of those who 34 # canonical emails
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-ideapad | 4 Contact: Ike Panhc <ike.pan@canonical.com> 14 Contact: Ike Panhc <ike.pan@canonical.com>
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | prom.h | 5 * Copyright (C) 2009 Canonical Ltd. <jeremy.kerr@canonical.com>
|
H A D | opcodes.h | 49 * These macros help with converting instructions between a canonical integer 52 * __mem_to_opcode_*() convert from in-memory representation to canonical form. 53 * __opcode_to_mem_*() convert from canonical form to in-memory representation. 56 * Canonical instruction representation: 62 * There is no way to distinguish an ARM instruction in canonical representation
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | opcodes.h | 49 * These macros help with converting instructions between a canonical integer 52 * __mem_to_opcode_*() convert from in-memory representation to canonical form. 53 * __opcode_to_mem_*() convert from canonical form to in-memory representation. 56 * Canonical instruction representation: 62 * There is no way to distinguish an ARM instruction in canonical representation
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | README | 11 X86ARCH32 - This is the 32-bit architecture GNU canonical arch, TUNE_ARCH. 13 X86ARCH64 - This is the 64-bit architecture GNU canonical arch, TUNE_ARCH.
|
/openbmc/linux/include/linux/ |
H A D | syslog.h | 4 * Copyright 2010 Canonical, Ltd. 5 * Author: Kees Cook <kees.cook@canonical.com>
|
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/ |
H A D | service_0.1.bb | 1 SUMMARY = "The canonical example of init scripts" 3 DESCRIPTION = "This recipe is a canonical example of init scripts"
|
/openbmc/phosphor-power/ |
H A D | pmbus.cpp | 164 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readBit() 207 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in read() 245 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readString() 287 fs::canonical(basePath).c_str())); in readBinary() 323 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in write() 361 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in writeBinary()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.cpp | 158 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readBit() 196 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in read() 227 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in readString() 267 fs::canonical(basePath).c_str())); in readBinary() 302 metadata::CALLOUT_DEVICE_PATH(fs::canonical(basePath).c_str())); in write()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 83 …Directory(build_dir, cwd) || isSubDirectory(utils::fs::canonical(build_dir), utils::fs::canonical(… 115 …y(build_dir, module_path) || isSubDirectory(utils::fs::canonical(build_dir), utils::fs::canonical(…
|
/openbmc/u-boot/scripts/ |
H A D | mailmapper | 22 commits is asuumed to be a canonical real name. If the number of commits 53 # The entries only for the canonical names with MIN_COMMITS or more commits. 70 # We assume the name with the most commits as the canonical real name.
|
/openbmc/linux/mm/kasan/ |
H A D | report.c | 627 * canonical half of the address space) cause out-of-bounds shadow memory reads 628 * before the actual access. For addresses in the low canonical half of the 629 * address space, as well as most non-canonical addresses, that out-of-bounds 630 * shadow memory access lands in the non-canonical part of the address space. 645 * For faults that correspond to shadow for low canonical addresses, we in kasan_non_canonical_hook() 647 * chunk of the non-canonical address space. in kasan_non_canonical_hook() 648 * But faults that look like shadow for non-canonical addresses are a in kasan_non_canonical_hook()
|
/openbmc/qemu/qapi/ |
H A D | cxl.json | 38 # @path: CXL type 3 device canonical QOM path 89 # @path: CXL type 3 device canonical QOM path 150 # @path: CXL type 3 device canonical QOM path 206 # @path: CXL type 3 device canonical QOM path 307 # @path: CXL Type 3 device canonical QOM path 359 # @path: CXL Type 3 device canonical QOM path
|
/openbmc/linux/arch/x86/mm/ |
H A D | extable.c | 135 * non-canonical user addresses to make the range comparisons simpler, 145 /* Is it in the "user space" part of the non-canonical space? */ in gp_fault_address_ok() 162 "General protection fault in user access. Non-canonical address?"); in ex_handler_uaccess() 169 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_copy()
|
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.c | 13 * Build a decoding table for a canonical prefix code, or "Huffman code". 21 * Strictly speaking, a canonical prefix code might not be a Huffman 27 * Because the prefix code is assumed to be "canonical", it can be 29 * canonical if and only if a longer codeword never lexicographically
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | embargoed-hardware-issues.rst | 186 Canonical John Johansen <john.johansen@canonical.com>
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | embargoed-hardware-issues.rst | 189 Canonical John Johansen <john.johansen@canonical.com>
|
/openbmc/linux/ |
H A D | .mailmap | 32 Alexander Mikhalitsyn <alexander@mihalicyn.com> <aleksandr.mikhalitsyn@canonical.com> 34 Alexandre Ghiti <alex@ghiti.fr> <alexandre.ghiti@canonical.com> 39 Alex Hung <alexhung@gmail.com> <alex.hung@canonical.com> 119 Chris Chiu <chris.chiu@canonical.com> <chiu@endlessm.com> 120 Chris Chiu <chris.chiu@canonical.com> <chiu@endlessos.org> 126 Christian Brauner <brauner@kernel.org> <christian.brauner@canonical.com> 131 Colin Ian King <colin.i.king@gmail.com> <colin.king@canonical.com> 201 Guilherme G. Piccoli <kernel@gpiccoli.net> <gpiccoli@canonical.com> 306 Kees Cook <keescook@chromium.org> <kees.cook@canonical.com> 322 Krzysztof Kozlowski <krzk@kernel.org> <krzysztof.kozlowski@canonical.com> [all …]
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat-specialize | 61 Internal canonical NaN format. 105 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid 123 Returns the result of converting the canonical NaN `a' to the single- 199 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid 217 Returns the result of converting the canonical NaN `a' to the double- 307 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the 325 Returns the result of converting the canonical NaN `a' to the extended
|