Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7582598ybi; Mon, 22 Jul 2019 16:11:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqwTLGprjJwx4CrPOxYfw8HlBjN+lfScEXH4VEH/pfpH82hxy0RvYEELZ8hYkUjWNf0wcsPn X-Received: by 2002:a17:902:4201:: with SMTP id g1mr77865314pld.300.1563837085592; Mon, 22 Jul 2019 16:11:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563837085; cv=none; d=google.com; s=arc-20160816; b=lmSJLG1GLcYI2B5L3EUS63km+SW5nKZrj3VSwUJ0yojV+Tht0N3777YVRO0NF1CwOY 8ozZXV41c3QswtGQlZyxWCkbkWxfxj2+7St4sFkjeT5T8PLRTVJbPmrdIP875IVhgD9O p6cRL97VTps0ceM0W3BiHGadNgxab5pE1GUhMJb7EH0EhoqVNNIPQExrNNyD/o9ZIfBL zw2ZW2FHj3pZHvRjL99ngvRWhhZ2azAQl90xImwRcxsTizdpfFfeiGZs+Ol4/K9U4EOZ ogDCR3/Z1ESE3u41S+iWQOoCNjpVwNFNJZ3q4gz4Uz0r5YnIq//t+3z3NX0106tObUQ9 4NjQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=cP3FTTC3ZF3Kk80z7raISajaZGQxJJl4N+/HDTcQEe0=; b=L88TBSPBL49YnIxWtQ2TQl5rEeprBcU8GCxZ7d6byqqMiSrYXQWoAgH7PaqFD4u44U iw8YNlwvrLFwgXTpDzEmD8DzZEbyPzqJBSBwRqHQW6pIhrTrpttBgTBPWLICI5W6ZTJ4 XWCrLteMxrLfJXtQrPz+k93pSlgjLbsST6W3DuGwob3SmKYcAmNG0TwzXxgMQD+Ea6xN uwxyiuRTWsnvAQxyB4rtaR7eMvnAshbGvISTn9ZUj4W/JIbj8NPRCcvGcs1z2mDM9uV0 kqoxdw60irJu8KGtKFi8iGz33pmhxfRPleCz3YAsYAbos71H9Xa3MIphetuAJfMH7ClY QEUw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v2si9452418pjy.48.2019.07.22.16.11.09; Mon, 22 Jul 2019 16:11:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731012AbfGVR6r (ORCPT + 99 others); Mon, 22 Jul 2019 13:58:47 -0400 Received: from gate.crashing.org ([63.228.1.57]:36871 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726272AbfGVR6r (ORCPT ); Mon, 22 Jul 2019 13:58:47 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x6MHwIwq002804; Mon, 22 Jul 2019 12:58:18 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id x6MHwH9G002785; Mon, 22 Jul 2019 12:58:17 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Mon, 22 Jul 2019 12:58:17 -0500 From: Segher Boessenkool To: Nick Desaulniers Cc: Nathan Chancellor , Christophe Leroy , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, LKML , clang-built-linux Subject: Re: [PATCH v2] powerpc: slightly improve cache helpers Message-ID: <20190722175817.GE20882@gate.crashing.org> References: <20190709064952.GA40851@archlinux-threadripper> <20190719032456.GA14108@archlinux-threadripper> <20190719152303.GA20882@gate.crashing.org> <20190719160455.GA12420@archlinux-threadripper> <20190721075846.GA97701@archlinux-threadripper> <20190721180150.GN20882@gate.crashing.org> <20190722024140.GA55142@archlinux-threadripper> <20190722061940.GZ20882@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 22, 2019 at 10:21:07AM -0700, Nick Desaulniers wrote: > On Sun, Jul 21, 2019 at 11:19 PM Segher Boessenkool > wrote: > > On Sun, Jul 21, 2019 at 07:41:40PM -0700, Nathan Chancellor wrote: > > > On Sun, Jul 21, 2019 at 01:01:50PM -0500, Segher Boessenkool wrote: > > > > On Sun, Jul 21, 2019 at 12:58:46AM -0700, Nathan Chancellor wrote: > > > > > 0000017c clear_user_page: > > > > > 17c: 94 21 ff f0 stwu 1, -16(1) > > > > > 180: 38 80 00 80 li 4, 128 > > > > > 184: 38 63 ff e0 addi 3, 3, -32 > > > > > 188: 7c 89 03 a6 mtctr 4 > > > > > 18c: 38 81 00 0f addi 4, 1, 15 > > > > > 190: 8c c3 00 20 lbzu 6, 32(3) > > > > > 194: 98 c1 00 0f stb 6, 15(1) > > > > > 198: 7c 00 27 ec dcbz 0, 4 > > > > > 19c: 42 00 ff f4 bdnz .+65524 > > > > > > > > Uh, yeah, well, I have no idea what clang tried here, but that won't > > > > work. It's copying a byte from each target cache line to the stack, > > > > and then does clears the cache line containing that byte on the stack. > > > > > > > > I *guess* this is about "Z" and not about "%y", but you'll have to ask > > > > the clang people. > > > > > > > > Or it may be that they do not treat inline asm operands as lvalues > > > > properly? That rings some bells. Yeah that looks like it. > > > > The code is > > __asm__ __volatile__ ("dcbz %y0" : : "Z"(*(u8 *)addr) : "memory"); > > > > so yeah it looks like clang took that *(u8 *)addr as rvalue, and > > stored that in stack, and then used *that* as memory. > > What's the %y modifier supposed to mean here? It prints a memory address for an indexed operand. If you write just "%0" it prints addresses that are a single register as "0(r3)" instead of "0,r3". Some instructions do not allow offset form. > addr is in the list of > inputs, so what's wrong with using it as an rvalue? It seems to use *(u8 *)addr as rvalue. Asm operands are lvalues. It matters a lot for memory operands. > > Maybe clang simply does not not to treat "Z" the same as "m"? (And "Y" > > and "Q" and "es" and a whole bunch of "w*", what about those?) Segher