Home
last modified time | relevance | path

Searched refs:thead (Results 1 – 16 of 16) sorted by relevance

/linux/arch/riscv/boot/dts/sophgo/
H A Dsg2042-cpus.dtsi257 compatible = "thead,c920", "riscv";
282 compatible = "thead,c920", "riscv";
307 compatible = "thead,c920", "riscv";
332 compatible = "thead,c920", "riscv";
357 compatible = "thead,c920", "riscv";
382 compatible = "thead,c920", "riscv";
407 compatible = "thead,c920", "riscv";
432 compatible = "thead,c920", "riscv";
457 compatible = "thead,c920", "riscv";
482 compatible = "thead,c920", "riscv";
[all …]
H A Dcv1800b.dtsi18 compatible = "sophgo,cv1800b-plic", "thead,c900-plic";
22 compatible = "sophgo,cv1800b-clint", "thead,c900-clint";
H A Dcv1812h.dtsi19 compatible = "sophgo,cv1812h-plic", "thead,c900-plic";
23 compatible = "sophgo,cv1812h-clint", "thead,c900-clint";
H A Dcv18xx.dtsi21 compatible = "thead,c906", "riscv";
/linux/Documentation/sphinx/
H A DrstFlatTable.py176 thead = nodes.thead()
177 tgroup += thead
179 thead += self.buildTableRowNode(row)
/linux/arch/riscv/boot/dts/allwinner/
H A Dsun20i-d1s.dtsi15 compatible = "thead,c906", "riscv";
68 "thead,c900-plic";
/linux/arch/riscv/errata/
H A DMakefile7 obj-$(CONFIG_ERRATA_THEAD) += thead/
/linux/arch/riscv/boot/dts/
H A DMakefile9 subdir-y += thead
/linux/arch/riscv/boot/dts/thead/
H A Dth1520-lichee-pi-4a.dts10 compatible = "sipeed,lichee-pi-4a", "sipeed,lichee-module-4a", "thead,th1520";
H A Dth1520-lichee-module-4a.dtsi12 compatible = "sipeed,lichee-module-4a", "thead,th1520";
H A Dth1520-beaglev-ahead.dts13 compatible = "beagle,beaglev-ahead", "thead,th1520";
/linux/tools/perf/pmu-events/arch/riscv/
H A Dmapfile.csv18 0x5b7-0x0-0x0,v1,thead/c900-legacy,core
/linux/drivers/clk/
H A DMakefile130 obj-$(CONFIG_ARCH_THEAD) += thead/
H A DKconfig498 source "drivers/clk/thead/Kconfig"
/linux/fs/xfs/
H A Dxfs_log_recover.c941 struct xlog_rec_header *thead; in xlog_verify_tail() local
958 &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
987 buffer, &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
/linux/net/ipv4/
H A Dip_tunnel.c1190 struct hlist_head *thead = &itn->tunnels[h]; in ip_tunnel_destroy() local
1192 hlist_for_each_entry_safe(t, n, thead, hash_node) in ip_tunnel_destroy()