Home
last modified time | relevance | path

Searched refs:tac (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh69 perf script -i $perf_data | tac | grep -m1 ^ping -B9 | tac > $perf_script
/linux/arch/arm/boot/dts/st/
H A DMakefile47 stm32mp153c-lxa-tac-gen3.dtb \
70 stm32mp157c-lxa-tac-gen1.dtb \
71 stm32mp157c-lxa-tac-gen2.dtb \
/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3`
15 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
/linux/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh39 seen=$(tac "$log" | grep -m1 -B"$samples"0 'Starting stack offset' | \
/linux/scripts/
H A Ddecodecode141 opcode=$(echo $opcode | tr ' ' '\n' | tac | tr -d '\n')
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2l-clocks.dtsi98 clock-output-names = "tac";
H A Dkeystone-k2hk-clocks.dtsi167 clock-output-names = "tac";
/linux/arch/x86/kvm/
H A Dx86.c5248 struct kvm_tpr_access_ctl *tac) in vcpu_ioctl_tpr_access_reporting() argument
5250 if (tac->flags) in vcpu_ioctl_tpr_access_reporting()
5252 vcpu->arch.tpr_access_reporting = !!tac->enabled; in vcpu_ioctl_tpr_access_reporting()
6009 struct kvm_tpr_access_ctl tac; in kvm_arch_vcpu_ioctl() local
6012 if (copy_from_user(&tac, argp, sizeof(tac))) in kvm_arch_vcpu_ioctl()
6014 r = vcpu_ioctl_tpr_access_reporting(vcpu, &tac); in kvm_arch_vcpu_ioctl()
6018 if (copy_to_user(argp, &tac, sizeof(tac))) in kvm_arch_vcpu_ioctl()