Displaying 20 results from an estimated 23 matches for "regfile".
Did you mean:
refile
2016 Aug 23
2
How to describe the RegisterInfo?
...imple, I remove some WORD/QWORD
register class):
let Namespace = "IntelGPU" in {
foreach Index = 0-15 in {
def sub#Index : SubRegIndex<32, !shl(Index, 5)>;
}
}
class IntelGPUReg<string n, bits<13> regIdx> : Register<n> {
bits<2> HStride;
bits<1> regFile;
let Namespace = "IntelGPU";
let HWEncoding{12-0} = regIdx;
let HWEncoding{15} = regFile;
}
// here I define the whole 4096 byte registers
foreach Index = 0-4095 in {
def Rb#Index : IntelGPUReg <"Rb"#Index, Index> {
let regFile = 0;
}
}
// b-->byte w...
2009 May 29
1
"insert JDK path on Wine" = huh?
I'm following
http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&message.id=25929&query.id=182675#M25929
to install the Blackberry Eclipse plugin.
I'm stuck at step 4, as I'm not sure what it is asking.
I have a basic understanding of Paths within Windows, but don't know how to edit/add/create them within Linux/Wine.
Anybody know what I'm supposed
2019 Oct 01
2
Adding support for vscale
...> This model would be complementary to `vscale`, as it still requires the
>> same scalable vector type to describe a vector of unknown size.
>
> ah. that's where the assumption breaks down, because of SV allowing
> its vectors to "sit" on top of the *actual* scalar regfile(s), we do
> in fact permit an [immediate-specified] vscale to be set, arbitrarily,
> at any time.
Maybe I'm missing something here, but if SV uses an immediate to define vscale, that implies the value of vscale is known at compile-time and thus regular (fixed-width) vector types can be us...
2013 Sep 09
1
tools::md5sum(directory) behavior different on Windows vs. Unix
tools::md5sum gives a warning if it receives a directory as an
argument on Unix but not on Windows.
>From what I understand, this happens because in Windows a directory is
not treated as a file so fopen returns NULL. Then, NA is returned
without a warning. On Unix, a directory is treated as a file so fopen
does not return NULL so md5 is run and fails, leading to a warning.
This is a good
2016 Aug 18
3
Configuring Point'n'Print automatic printer driver deployment not working in samba 4.4.5
...vel 3 driver.
I use the HP universal printer driver PCL 6. ( 6.0.0 and 6.2.1 )
Can you open \\hostname.domain.tld ? try it. i assum that works.
If you saw the driver uploading than is should be on the server.
The error : 0x000006d1
For a windows 8 and 8.1 and 10.
You can try this, create a regfile and this in it.
-------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers]
"ForceCSREMFDespooling"=dword:00000000
-------------
Reboot te computer and try again.
And last option, remove this key.
HKEY_LOCAL_MACHINE\SOFTWARE...
2016 Aug 23
2
How to describe the RegisterInfo?
Hi Escha,
Great to have your comment! Do you have any specific reason for not doing
like this?
I am not sure whether I understand your point correctly. For "just model
one thread",
do you mean "only considering ONE of the 8/16 working lanes that running in
lock-step way"??
For my case, may be something like I only need to define r0~r127 as
register for i32 register (each r#
2005 Jan 10
1
importing windows registry keys
Hi.
I've exported some keys from Windows XP Profs' registry and am trying to
import them into the wine registry.
When i run
$regedit <regfile>
as is suggested in a posting to the crossover-office-ml I get
wine: Unhandled exception (thread 0009), starting debugger...
The debugger complains
warn:profile:PROFILE_FlushFile No current profile!
When I just run regedit without an argument and try to import the keys
that way everything see...
2017 Jul 11
0
[PATCH] hivexml: Add -u flag for HIVEX_OPEN_UNSAFE
...open_flags |= HIVEX_OPEN_DEBUG;
@@ -103,6 +103,9 @@ main (int argc, char *argv[])
case 'k':
visit_flags |= HIVEX_VISIT_SKIP_BAD;
break;
+ case 'u':
+ open_flags |= HIVEX_OPEN_UNSAFE;
+ break;
default:
fprintf (stderr, "hivexml [-dk] regfile > output.xml\n");
exit (EXIT_FAILURE);
diff --git a/xml/hivexml.pod b/xml/hivexml.pod
index 257257c..afab80b 100644
--- a/xml/hivexml.pod
+++ b/xml/hivexml.pod
@@ -29,6 +29,13 @@ bug report.
Keep going even if we find errors in the Registry file. This
skips over any parts of the R...
2009 Oct 29
0
Got Windows guests?
...ss
)
I hope you don't find any bugs, but if you do:
Send a reply to this message, or report a bug in Bugzilla:
https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
It's useful to include the following details:
HIVEX_DEBUG=1 hivexml regfile 2>&1 > log.out
The Registry file itself that is failing (but note that Registry
files can contain sensitive data).
It's also useful to have positive feedback ("it worked!").
Thanks for any testing you can give, and if you have any other
suggestions for handling Wi...
2005 Aug 02
0
[Bug 2947] New: stdout with [-v] -H --link-dest and slink/sock/fifo/regf
...NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: noreply@cpe-24-95-90-2.columbus.res.rr.com
QAContact: rsync-qa@samba.org
on the first time the destdir is populated by reference to the --link-dest...
regfiles are listed upon create/mtime but not delete in ./0/.
should be all three.
slinks/sockets/fifos are always listed even if no change in ./0/.
should be only upon create/mtime/delete.
to repeat...
use the familiar srcdir full of slink/sock/fifo/regf types
in both hardlinked/non-hardlinked vers...
2002 Feb 17
1
Samba/WinXP domain-logon
I'm trying to use my samba as domain controller and logon-server for my
WinXP-client. I can see all the shares, and get access to them using
user/password, but when trying to join the domain, it fails with "The
specified user does not exist", even though it does.
The server-log says "smbd/server.c:exit_server(458)".
Can anyone help?
----------------------
Martin Burheim
2003 Jan 17
1
Logon Scripts for Mandrake 9.0
<TEXTAREA NAME="Signature" ROWS="4" COLS="60">
I was wondering if some one could help me make some basic
login scripts and tell me where to place them. I know
nothing about them. I am trying to get my windows based
mechines to login to my Mandrake 9.0 server I have windows
ME and XP i got ME to login but XP won't. Can some one
help
Thanks
David
2007 Mar 19
1
Photoshop Install Help
...XE") failed, error 126
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
err:menubuilder:extract_icon32 LoadLibraryExW
(L"C:\\Photoshop\\REGFILES\\REGISTER.EXE") failed, error 193
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
I go through the usual intstall routine, and then running Wine:
:~$ wine "c:\photoshop\photoshp.exe"
I momentarily see...
2019 Oct 01
2
Adding support for vscale
Thanks @Robin and @Graham for giving some background on scalable vectors and clarifying some of the details!
Apologies if I'm repeating things here, but it is probably good to emphasize the conceptually different, but complementary models for scalable vectors:
1. Vectors of unknown, but constant size throughout the program.
2. Vectors of changing size throughout the program.
Where (2)
2016 Aug 19
0
Configuring Point'n'Print automatic printer driver deployment not working in samba 4.4.5
...iversal printer driver PCL 6. ( 6.0.0 and 6.2.1 )
>
> Can you open \\hostname.domain.tld ? try it. i assum that works.
> If you saw the driver uploading than is should be on the server.
>
> The error : 0x000006d1
> For a windows 8 and 8.1 and 10.
> You can try this, create a regfile and this in it.
> -------------
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers]
> "ForceCSREMFDespooling"=dword:00000000
> -------------
> Reboot te computer and try again.
>
> And last option, re...
2018 Aug 06
2
vectorisation, risc-v
...tion similarly is
via CSR redirection/lookups.
SETVL is slightly different from RV as it requires an immediate length as
an additional parameter. This because the Maximum Vector Length is no
longer hardcoded into silicon, it instead specifies exactly how *many*
contiguous registers in the standard regfile need to be used, NOT how many
are in a totally different regfile and NOT the width of the SIMD / Vector
Lane(s).
So with that as background, I have some questions.
1. I note that the separation between LLVM front and backend looks like
adding SV experimental support would be a simple matter of do...
2016 Aug 22
4
How to describe the RegisterInfo?
...At which stage is suitable to do such bitcast instruction logic? after
reg-alloc?
The detailed hardware spec is located at:
https://01.org/sites/default/files/documentation/intel-gfx-
prm-osrc-bdw-vol07-3d_media_gpgpu_3.pdf
at page 921, it describe the detailed instruction encode format.
It needs (regFile, regNum, subRegNum, width, type, addrMode, hStride,
vStride) to describe a register.
I have attached my first version RegisterInfo.td.
And I also have a question about the attached RegisterInfo.td file. Do I
have to define different SubRegIndex
like below to make TableGen works correctly?
foreach...
2016 Aug 17
3
Configuring Point'n'Print automatic printer driver deployment not working in samba 4.4.5
Hi Samba ,
I have installed samba 4.4.5 on RHEL 7.2 (kernel ver.
3.10.0-327.el7.x86_64).
i am unable to configure Point'n'Print automatic printer driver
deployment. i have followed below link to configure:
https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment.
Client are Windows 8.1 (x64) and Windows 10 (x64). We assume that samba
2005 Aug 04
1
[Bug 2947] stdout with [-v] -H --link-dest and slink/sock/fifo/regf
https://bugzilla.samba.org/show_bug.cgi?id=2947
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-08-03 16:45 -------
Keep in mind that --link-dest only hard-links regular
2018 Dec 05
5
[RFC] Matrix support (take 2)
Hi all,
After the previous RFC[1], there were multiple discussions on the ML and in person at the DevMtg. I will summarize the options discussed and propose a path forward.
===========================
Options
===========================
A. Extend VectorType to be multidimensional
B. Flatten matrices into the current VectorType. Matrix shape and layout information is passed to matrix