/linux-6.6.21/include/linux/ |
D | lsm_hooks.h | 100 #define LSM_HOOK_INIT(HEAD, HOOK) \ argument 101 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
|
/linux-6.6.21/Documentation/devicetree/bindings/riscv/ |
D | thead.yaml | 7 title: T-HEAD SoC-based boards 13 T-HEAD SoC-based boards
|
/linux-6.6.21/tools/testing/ktest/examples/include/ |
D | patchcheck.conf | 14 PATCH_START := HEAD~3 15 PATCH_END := HEAD
|
D | bisect.conf | 24 BISECT_BAD = HEAD
|
/linux-6.6.21/arch/riscv/ |
D | Kconfig.errata | 57 bool "T-HEAD errata" 60 All T-HEAD errata Kconfig depend on this Kconfig. Disabling 61 this Kconfig will disable all T-HEAD errata. Please say "Y" 62 here if your platform uses T-HEAD CPU cores.
|
D | Kconfig.socs | 46 bool "T-HEAD RISC-V SoCs" 50 This enables support for the RISC-V based T-HEAD SoCs.
|
/linux-6.6.21/scripts/ |
D | setlocalversion | 56 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then 124 git diff-index --name-only HEAD
|
D | Makefile.package | 31 filechk_HEAD = git -C $(srctree) rev-parse --verify HEAD 2>/dev/null 34 $(call filechk,HEAD) 207 .tmp_perf/HEAD: .tmp_HEAD | .tmp_perf 228 $(perf-tarballs): tools/perf/MANIFEST .tmp_perf/HEAD .tmp_perf/PERF-VERSION-FILE FORCE
|
D | check-git | 8 if ! git -C "${srctree}" rev-parse --verify HEAD >/dev/null 2>/dev/null; then
|
/linux-6.6.21/Documentation/filesystems/ |
D | erofs.rst | 318 extent is generated within the range (HEAD) or not (NONHEAD). Lclusters are now 328 (HEAD) (NONHEAD) (HEAD) (NONHEAD) . 342 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent 345 distance to its HEAD lcluster and the next HEAD lcluster. A PLAIN lcluster is 346 also a HEAD lcluster except that its data is uncompressed. See the comments 355 | HEAD | NONHEAD | NONHEAD | ... | NONHEAD | HEAD | HEAD | 360 If another HEAD follows a HEAD lcluster, there is no room to record CBLKCNT,
|
/linux-6.6.21/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.c | 841 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD) | in fm10k_mbx_create_connect_hdr() 855 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_data_hdr() 881 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_disconnect_hdr() 902 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD); in fm10k_mbx_create_fake_disconnect_hdr() 939 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_error_msg() 958 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_validate_msg_hdr() 973 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr() 992 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr() 1066 head = FM10K_MSG_HDR_FIELD_GET(mbx->mbx_hdr, HEAD); in fm10k_mbx_reset_work() 1156 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_connect() [all …]
|
/linux-6.6.21/scripts/package/ |
D | gen-diff-patch | 8 git -C "${srctree:-.}" diff HEAD > "${diff_patch}"
|
/linux-6.6.21/arch/arm/boot/compressed/ |
D | Makefile | 10 HEAD = head.o macro 154 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
|
/linux-6.6.21/tools/power/cpupower/utils/ |
D | version-gen.sh | 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
|
/linux-6.6.21/arch/arm/boot/dts/ti/omap/ |
D | omap3-ha.dts | 10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
|
D | omap3-ha-lcd.dts | 10 model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM";
|
/linux-6.6.21/lib/zlib_inflate/ |
D | inflate.h | 18 HEAD, /* i: waiting for magic header */ enumerator
|
D | inflate.c | 42 state->mode = HEAD; in zlib_inflateReset() 365 case HEAD: in zlib_inflate() 791 if (state->mode != TYPE && state->mode != HEAD) in zlib_inflateIncomp()
|
/linux-6.6.21/scripts/dtc/ |
D | update-dtc-source.sh | 52 dtc_version=$(git describe HEAD)
|
/linux-6.6.21/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 431 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt 437 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt 438 git diff HEAD >> $resdir/$ds/testid.txt
|
/linux-6.6.21/Documentation/devicetree/bindings/interrupt-controller/ |
D | sifive,plic-1.0.0.yaml | 36 RZ/Five SoC (AX45MP AndesCore with a NCEPLIC100) and the T-HEAD C900 PLIC. 44 T-HEAD PLIC implementation requires setting a delegation bit to allow access
|
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/ |
D | corec37d.c | 45 NVDEF(NVC37D, WINDOW_SET_CONTROL, OWNER, HEAD(i >> 1))); in corec37d_wndw_owner()
|
/linux-6.6.21/Documentation/trace/ |
D | ring-buffer-design.rst | 782 that converted a pointer from HEAD to UPDATE will convert it back 855 It changes it from HEAD to UPDATE:: 880 But now that the third writer did change the HEAD flag to UPDATE it 925 while it updates the HEAD page. It will then update the head page to 940 will see it succeeded in updating the pointer from NORMAL to HEAD. 957 writers means that it only needs to check this after setting the HEAD page::
|
/linux-6.6.21/drivers/block/ |
D | floppy.c | 314 #define HEAD 3 macro 2346 reply_buffer[R_HEAD] - raw_cmd->cmd[HEAD]) * raw_cmd->cmd[SECT_PER_TRACK] + in rw_interrupt() 2356 raw_cmd->cmd[HEAD]); in rw_interrupt() 2576 raw_cmd->cmd[HEAD] = fsector_t / _floppy->sect; in make_raw_rw_request() 2584 if ((_floppy->rate & FD_2M) && (!raw_cmd->cmd[TRACK]) && (!raw_cmd->cmd[HEAD])) { in make_raw_rw_request() 2597 (raw_cmd->cmd[TRACK] || raw_cmd->cmd[HEAD]) && raw_cmd->rate == 2) in make_raw_rw_request() 2605 raw_cmd->cmd[DR_SELECT] = UNIT(current_drive) + PH_HEAD(_floppy, raw_cmd->cmd[HEAD]); in make_raw_rw_request() 2631 max_sector = raw_cmd->cmd[HEAD] * _floppy->sect + tracksize; in make_raw_rw_request() 2632 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request() 2634 } else if (!raw_cmd->cmd[HEAD] && CT(raw_cmd->cmd[COMMAND]) == FD_WRITE) { in make_raw_rw_request() [all …]
|
/linux-6.6.21/Documentation/riscv/ |
D | patch-acceptance.rst | 30 they arrive. The automation applies patches against the current HEAD of the
|