| /kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/ |
| D | ne_misc_dev_test.c | 6 #define INVALID_VALUE (~0ull) 17 * Add the region from 0x1000 to (0x1000 + 0x200000 - 1): 22 * num = 0 25 {0x1000, 0x200000, -EINVAL, 0, INVALID_VALUE, INVALID_VALUE}, 28 * Add the region from 0x200000 to (0x200000 + 0x1000 - 1): 33 * num = 0 36 {0x200000, 0x1000, -EINVAL, 0, INVALID_VALUE, INVALID_VALUE}, 39 * Add the region from 0x200000 to (0x200000 + 0x200000 - 1): 46 * {start=0x200000, end=0x3fffff}, // len=0x200000 49 {0x200000, 0x200000, 0, 1, 0x200000, 0x200000}, [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/ |
| D | cuboot-hotfoot.c | 26 u32 uart = mfdcr(DCRN_CPC0_UCR) & 0x7f; in hotfoot_fixups() 30 dt_fixup_cpu_clocks(bd.bi_procfreq, bd.bi_procfreq, 0); in hotfoot_fixups() 41 if ((bd.bi_enet1addr[0] == 0) && in hotfoot_fixups() 42 (bd.bi_enet1addr[1] == 0) && in hotfoot_fixups() 43 (bd.bi_enet1addr[2] == 0) && in hotfoot_fixups() 44 (bd.bi_enet1addr[3] == 0) && in hotfoot_fixups() 45 (bd.bi_enet1addr[4] == 0) && in hotfoot_fixups() 46 (bd.bi_enet1addr[5] == 0)) { in hotfoot_fixups() 62 ibm4xx_quiesce_eth((u32 *)0xef600800, (u32 *)0xef600900); in hotfoot_fixups() 65 if (bd.bi_flashsize < 0x800000) { in hotfoot_fixups() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | cuboot-hotfoot.c | 26 u32 uart = mfdcr(DCRN_CPC0_UCR) & 0x7f; in hotfoot_fixups() 30 dt_fixup_cpu_clocks(bd.bi_procfreq, bd.bi_procfreq, 0); in hotfoot_fixups() 41 if ((bd.bi_enet1addr[0] == 0) && in hotfoot_fixups() 42 (bd.bi_enet1addr[1] == 0) && in hotfoot_fixups() 43 (bd.bi_enet1addr[2] == 0) && in hotfoot_fixups() 44 (bd.bi_enet1addr[3] == 0) && in hotfoot_fixups() 45 (bd.bi_enet1addr[4] == 0) && in hotfoot_fixups() 46 (bd.bi_enet1addr[5] == 0)) { in hotfoot_fixups() 62 ibm4xx_quiesce_eth((u32 *)0xef600800, (u32 *)0xef600900); in hotfoot_fixups() 65 if (bd.bi_flashsize < 0x800000) { in hotfoot_fixups() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/txx9/rbtx4939/ |
| D | setup.c | 40 tx4939_time_init(0); in rbtx4939_time_init() 46 ((((unsigned long)(addr) - IO_BASE) & 0xfff00000) == TXX9_CE(1)) 73 c = txx9_alloc_pci_controller(NULL, 0, 0x10000, 0, 0x10000); in rbtx4939_pci_setup() 75 tx4927_pcic_setup(tx4939_pcic1ptr, c, 0); in rbtx4939_pci_setup() 83 0x01c0000000007608ULL, /* 64M ROM */ 84 0x017f000000007049ULL, /* 1M IOC */ 85 0x0180000000408608ULL, /* ISA */ 86 0, 95 sp = TX4939_EBUSC_CR(0) & 0x30; in rbtx4939_ebusc_setup() 96 default_ebccr[0] |= sp; in rbtx4939_ebusc_setup() [all …]
|
| /kernel/linux/linux-6.6/drivers/mtd/chips/ |
| D | fwh_lock.h | 7 FWH_UNLOCKED = 0, 37 if (chip->start < 0x400000) { in fwh_xxlock_oneblock() 38 pr_debug( "MTD %s(): chip->start: %lx wanted >= 0x400000\n", in fwh_xxlock_oneblock() 49 * which is 0 at the start of the chip, and then the offset of in fwh_xxlock_oneblock() 53 adr = (adr & ~0xffffUL) | 0x2; in fwh_xxlock_oneblock() 54 adr += chip->start - 0x400000; in fwh_xxlock_oneblock() 76 return 0; in fwh_xxlock_oneblock()
|
| /kernel/linux/linux-5.10/drivers/mtd/chips/ |
| D | fwh_lock.h | 7 FWH_UNLOCKED = 0, 37 if (chip->start < 0x400000) { in fwh_xxlock_oneblock() 38 pr_debug( "MTD %s(): chip->start: %lx wanted >= 0x400000\n", in fwh_xxlock_oneblock() 49 * which is 0 at the start of the chip, and then the offset of in fwh_xxlock_oneblock() 53 adr = (adr & ~0xffffUL) | 0x2; in fwh_xxlock_oneblock() 54 adr += chip->start - 0x400000; in fwh_xxlock_oneblock() 76 return 0; in fwh_xxlock_oneblock()
|
| /kernel/linux/linux-6.6/tools/perf/tests/attr/ |
| D | test-record-user-regs-sve-aarch64 | 9 auxv = auxv["AT_HWCAP"] & 0x400000 == 0x400000
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | vecemu.c | 25 0x800000, 26 0x8b95c2, 27 0x9837f0, 28 0xa5fed7, 29 0xb504f3, 30 0xc5672a, 31 0xd744fd, 32 0xeac0c7 45 exp = ((s >> 23) & 0xff) - 127; in eexp2() 48 if (exp == 128 && (s & 0x7fffff) != 0) in eexp2() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | vecemu.c | 25 0x800000, 26 0x8b95c2, 27 0x9837f0, 28 0xa5fed7, 29 0xb504f3, 30 0xc5672a, 31 0xd744fd, 32 0xeac0c7 45 exp = ((s >> 23) & 0xff) - 127; in eexp2() 48 if (exp == 128 && (s & 0x7fffff) != 0) in eexp2() [all …]
|
| /kernel/linux/linux-6.6/drivers/accel/habanalabs/include/goya/asic_reg/ |
| D | psoc_global_conf_masks.h | 23 #define PSOC_GLOBAL_CONF_NON_RST_FLOPS_VAL_SHIFT 0 24 #define PSOC_GLOBAL_CONF_NON_RST_FLOPS_VAL_MASK 0xFFFFFFFF 27 #define PSOC_GLOBAL_CONF_PCI_FW_FSM_EN_SHIFT 0 28 #define PSOC_GLOBAL_CONF_PCI_FW_FSM_EN_MASK 0x1 31 #define PSOC_GLOBAL_CONF_BOOT_SEQ_RE_START_IND_SHIFT 0 32 #define PSOC_GLOBAL_CONF_BOOT_SEQ_RE_START_IND_MASK 0x1 35 #define PSOC_GLOBAL_CONF_BTM_FSM_STATE_SHIFT 0 36 #define PSOC_GLOBAL_CONF_BTM_FSM_STATE_MASK 0xF 39 #define PSOC_GLOBAL_CONF_SW_BTM_FSM_CTRL_SHIFT 0 40 #define PSOC_GLOBAL_CONF_SW_BTM_FSM_CTRL_MASK 0xF [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/habanalabs/include/goya/asic_reg/ |
| D | psoc_global_conf_masks.h | 23 #define PSOC_GLOBAL_CONF_NON_RST_FLOPS_VAL_SHIFT 0 24 #define PSOC_GLOBAL_CONF_NON_RST_FLOPS_VAL_MASK 0xFFFFFFFF 27 #define PSOC_GLOBAL_CONF_PCI_FW_FSM_EN_SHIFT 0 28 #define PSOC_GLOBAL_CONF_PCI_FW_FSM_EN_MASK 0x1 31 #define PSOC_GLOBAL_CONF_BOOT_SEQ_RE_START_IND_SHIFT 0 32 #define PSOC_GLOBAL_CONF_BOOT_SEQ_RE_START_IND_MASK 0x1 35 #define PSOC_GLOBAL_CONF_BTM_FSM_STATE_SHIFT 0 36 #define PSOC_GLOBAL_CONF_BTM_FSM_STATE_MASK 0xF 39 #define PSOC_GLOBAL_CONF_SW_BTM_FSM_CTRL_SHIFT 0 40 #define PSOC_GLOBAL_CONF_SW_BTM_FSM_CTRL_MASK 0xF [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | armada-370-mirabox.dts | 20 memory@0 { 22 reg = <0x00000000 0x20000000>; /* 512 MB */ 26 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000 27 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000 28 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>; 42 pinctrl-0 = <&pwr_led_pin &stat_led_pins>; 52 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; 64 pinctrl-0 = <&ge0_rgmii_pins>; 71 pinctrl-0 = <&ge1_rgmii_pins>; 83 pinctrl-0 = <&sdio_pins3>; [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | armada-370-mirabox.dts | 20 memory@0 { 22 reg = <0x00000000 0x20000000>; /* 512 MB */ 26 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000 27 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000 28 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>; 42 pinctrl-0 = <&pwr_led_pin &stat_led_pins>; 52 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; 64 pinctrl-0 = <&ge0_rgmii_pins>; 71 pinctrl-0 = <&ge1_rgmii_pins>; 83 pinctrl-0 = <&sdio_pins3>; [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/ |
| D | qoriq-fman-0.dtsi | 2 * QorIQ FMan device tree stub [ controller @ offset 0x400000 ] 38 cell-index = <0>; 40 ranges = <0 0x400000 0xfe000>; 41 reg = <0x400000 0xfe000>; 42 interrupts = <96 2 0 0>, <16 2 1 1>; 43 clocks = <&clockgen 3 0>; 45 fsl,qman-channel-range = <0x40 0xc>; 48 muram@0 { 50 reg = <0x0 0x28000>; 54 cell-index = <0x1>; [all …]
|
| D | qoriq-fman3l-0.dtsi | 2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ] 38 cell-index = <0>; 40 ranges = <0 0x400000 0xfe000>; 41 reg = <0x400000 0xfe000>; 42 interrupts = <96 2 0 0>, <16 2 1 1>; 43 clocks = <&clockgen 3 0>; 45 fsl,qman-channel-range = <0x800 0x10>; 48 muram@0 { 50 reg = <0x0 0x30000>; 54 cell-index = <0x2>; [all …]
|
| D | qoriq-fman3-0.dtsi | 2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ] 38 cell-index = <0>; 40 ranges = <0 0x400000 0xfe000>; 41 reg = <0x400000 0xfe000>; 42 interrupts = <96 2 0 0>, <16 2 1 1>; 43 clocks = <&clockgen 3 0>; 45 fsl,qman-channel-range = <0x800 0x10>; 48 muram@0 { 50 reg = <0x0 0x60000>; 54 cell-index = <0x2>; [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
| D | qoriq-fman-0.dtsi | 2 * QorIQ FMan device tree stub [ controller @ offset 0x400000 ] 38 cell-index = <0>; 40 ranges = <0 0x400000 0xfe000>; 41 reg = <0x400000 0xfe000>; 42 interrupts = <96 2 0 0>, <16 2 1 1>; 43 clocks = <&clockgen 3 0>; 45 fsl,qman-channel-range = <0x40 0xc>; 48 muram@0 { 50 reg = <0x0 0x28000>; 54 cell-index = <0x1>; [all …]
|
| D | qoriq-fman3l-0.dtsi | 2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ] 38 cell-index = <0>; 40 ranges = <0 0x400000 0xfe000>; 41 reg = <0x400000 0xfe000>; 42 interrupts = <96 2 0 0>, <16 2 1 1>; 43 clocks = <&clockgen 3 0>; 45 fsl,qman-channel-range = <0x800 0x10>; 48 muram@0 { 50 reg = <0x0 0x30000>; 54 cell-index = <0x2>; [all …]
|
| D | qoriq-fman3-0.dtsi | 2 * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ] 38 cell-index = <0>; 40 ranges = <0 0x400000 0xfe000>; 41 reg = <0x400000 0xfe000>; 42 interrupts = <96 2 0 0>, <16 2 1 1>; 43 clocks = <&clockgen 3 0>; 45 fsl,qman-channel-range = <0x800 0x10>; 48 muram@0 { 50 reg = <0x0 0x60000>; 54 cell-index = <0x2>; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | qcom,sm6115-tlmm.yaml | 65 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-2])$" 107 reg = <0x500000 0x400000>, 108 <0x900000 0x400000>, 109 <0xd00000 0x400000>; 116 gpio-ranges = <&tlmm 0 0 114>;
|
| D | qcom,sm6125-tlmm.yaml | 73 - pattern: "^gpio[0-9]|[1-9][0-9]|1[0-2][0-9]|13[0-2]$" 113 reg = <0x00500000 0x400000>, 114 <0x00900000 0x400000>, 115 <0x00d00000 0x400000>; 119 gpio-ranges = <&tlmm 0 0 134>;
|
| D | qcom,sdm630-pinctrl.yaml | 77 - pattern: "^gpio([0-9]|[1-9][0-9]|10[0-9]|11[0-3])$" 141 reg = <0x03100000 0x400000>, 142 <0x03500000 0x400000>, 143 <0x03900000 0x400000>; 147 gpio-ranges = <&tlmm 0 0 114>;
|
| /kernel/linux/linux-5.10/arch/c6x/boot/dts/ |
| D | dsk6455.dts | 25 reg = <0xE0000000 0x08000000>; 34 flash@3,0 { 38 reg = <0x3 0x0 0x400000>; 41 partition@0 { 42 reg = <0x0 0x400000>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/c6x/ |
| D | emifa.txt | 35 reg = <0x70000000 0x100>; 36 ranges = <0x2 0x0 0xa0000000 0x00000008 37 0x3 0x0 0xb0000000 0x00400000 38 0x4 0x0 0xc0000000 0x10000000 39 0x5 0x0 0xD0000000 0x10000000>; 43 ti,emifa-ce-config = <0x00240120 44 0x00240120 45 0x00240122 46 0x00240122>; 48 flash@3,0 { [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
| D | get_set_sud.c | 22 int ret = 0; in TEST() 26 ASSERT_GE(child, 0); in TEST() 27 if (child == 0) { in TEST() 28 ASSERT_EQ(0, sys_ptrace(PTRACE_TRACEME, 0, 0, 0)) { in TEST() 35 waitpid(child, &status, 0); in TEST() 37 memset(&config, 0xff, sizeof(config)); in TEST() 43 ASSERT_EQ(ret, 0); in TEST() 45 ASSERT_EQ(config.selector, 0); in TEST() 46 ASSERT_EQ(config.offset, 0); in TEST() 47 ASSERT_EQ(config.len, 0); in TEST() [all …]
|