Home
last modified time | relevance | path

Searched +full:hp +full:- +full:nonsecure (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Darm,mhu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jassi Brar <jaswinder.singh@linaro.org>
13 The ARM's Message-Handling-Unit (MHU) is a mailbox controller that has 3
22 interrupt signal using a 32-bit register, with all 32-bits logically ORed
28 interrupt. Each of the 32-bits can be used as "doorbell" to alert the remote
37 - arm,mhu
38 - arm,mhu-doorbell
40 - compatible
[all …]
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Darm,scpi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Sudeep Holla <sudeep.holla@arm.com>
33 - const: arm,scpi # SCPI v1.0 and above
34 - const: arm,scpi-pre-1.0 # Unversioned SCPI before v1.0
35 - items:
36 - enum:
37 - amlogic,meson-gxbb-scpi
38 - const: arm,scpi-pre-1.0
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DFileContent.pm43 # so that it makes backups and only modifies files when we're not in "-v"
311 # pre-pending $line_to:prepend unless one or more lines in the file matches
350 &B_log("ACTION","Pre-pended the following line to $filename:\n");
396 &B_log("ACTION","File modification in $filename -- replaced line\n" .
419 # replacing the line matching the nth $pattern specified in $patterns_and_substitutes->[n]->[0]
420 # with the corresponding substitutes in $patterns_and_substitutes->[n]->-[1]
461 my $pattern = $pair->[0] ;
462 my $replace = $pair->[1];
468 #if ( $line =~ s/$pair->[0]/$pair->[1]/) {
476 B_log("ACTION","File modification in $filename -- replaced line\n" .
[all …]
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1 // SPDX-License-Identifier: GPL-2.0
25 #include <linux/coresight-pmu.h>
34 #include <linux/clk/clk-conf.h>
42 #include "coresight-etm4x.h"
43 #include "coresight-etm-perf.h"
44 #include "coresight-etm4x-cfg.h"
45 #include "coresight-self-hosted-trace.h"
46 #include "coresight-syscfg.h"
47 #include "coresight-trace-id.h"
53 #define PARAM_PM_SAVE_FIRMWARE 0 /* save self-hosted state as per firmware */
[all …]