Home
last modified time | relevance | path

Searched refs:jp (Results 1 – 55 of 55) sorted by relevance

/linux-4.4.14/Documentation/security/
Dtomoyo.txt6 http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/
7 http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
16 Please see http://tomoyo.sourceforge.jp/2.3/ for details.
21 http://tomoyo.sourceforge.jp/2.3/policy-reference.html .
24 http://sourceforge.jp/projects/tomoyo/docs/?category_id=532&language_id=1 .
29 http://sourceforge.jp/projects/tomoyo/docs/lca2009-takeda.pdf
31 http://sourceforge.jp/projects/tomoyo/docs/freedomhectaipei-tomoyo.pdf
33 http://sourceforge.jp/projects/tomoyo/docs/PacSec2007-en-no-demo.pdf
37 http://sourceforge.jp/projects/tomoyo/docs/lca2009-kumaneko.pdf
39 http://sourceforge.jp/projects/tomoyo/docs/lfj2008-bof.pdf
[all …]
/linux-4.4.14/Documentation/ja_JP/
Dstable_kernel_rules.txt3 This one is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com>
4 and JF Project team <www.linux.or.jp/JF>.
18 翻訳団体: JF プロジェクト < http://www.linux.or.jp/JF/ >
20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
21 校正者: 武井伸光さん、<takei at webmasters dot gr dot jp>
22 かねこさん (Seiji Kaneko) <skaneko at a2 dot mbn dot or dot jp>
23 小林 雅典さん (Masanori Kobayasi) <zap03216 at nifty dot ne dot jp>
25 神宮信太郎さん <jin at libjingu dot jp>
Dstable_api_nonsense.txt3 This document is maintained by IKEDA, Munehiro <m-ikeda@ds.jp.nec.com>
4 and the JF Project team <http://www.linux.or.jp/JF/>.
19 翻訳団体: JF プロジェクト < http://www.linux.or.jp/JF/ >
22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com >
23 校正者 : Masanori Kobayashi さん < zap03216 at nifty dot ne dot jp >
24 Seiji Kaneko さん < skaneko at a2 dot mbn dot or dot jp >
DSubmitChecklist3 This document is maintained by Takenori Nagano <t-nagano@ah.jp.nec.com>
4 and the JF Project team <http://www.linux.or.jp/JF/>.
19 翻訳団体: JF プロジェクト < http://www.linux.or.jp/JF/ >
21 翻訳者: Takenori Nagano <t-nagano at ah dot jp dot nec dot com>
22 校正者: Masanori Kobayashi さん <zap03216 at nifty dot ne dot jp>
DHOWTO3 This document is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com>
4 and the JF Project team <www.linux.or.jp/JF>.
20 翻訳団体: JF プロジェクト < http://linuxjf.sourceforge.jp/ >
22 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
24 小林 雅典さん (Masanori Kobayasi) <zap03216 at nifty dot ne dot jp>
25 武井伸光さん、<takei at webmasters dot gr dot jp>
26 かねこさん (Seiji Kaneko) <skaneko at a2 dot mbn dot or dot jp>
28 河内さん (Takayoshi Kochi) <t-kochi at bq dot jp dot nec dot com>
29 岩本さん (iwamoto) <iwamoto.kn at ncos dot nec dot co dot jp>
30 内田さん (Satoshi Uchida) <s-uchida at ap dot jp dot nec dot com>
DSubmittingPatches3 This document is maintained by Keiichi KII <k-keiichi@bx.jp.nec.com>
4 and the JF Project team <http://www.linux.or.jp/JF/>.
20 翻訳団体: JF プロジェクト < http://www.linux.or.jp/JF/ >
22 翻訳者: Keiichi Kii <k-keiichi at bx dot jp dot nec dot com>
23 校正者: Masanari Kobayashi さん <zap03216 at nifty dot ne dot jp>
25 Takeshi Hamasaki さん <hmatrjp at users dot sourceforge dot jp>
/linux-4.4.14/kernel/
Dtest_kprobes.c169 static struct jprobe jp = { variable
178 ret = register_jprobe(&jp); in test_jprobe()
185 unregister_jprobe(&jp); in test_jprobe()
202 struct jprobe *jps[2] = {&jp, &jp2}; in test_jprobes()
205 jp.kp.addr = NULL; in test_jprobes()
206 jp.kp.flags = 0; in test_jprobes()
Dkprobes.c1720 struct jprobe *jp; in register_jprobes() local
1727 jp = jps[i]; in register_jprobes()
1728 addr = arch_deref_entry_point(jp->entry); in register_jprobes()
1733 jp->kp.pre_handler = setjmp_pre_handler; in register_jprobes()
1734 jp->kp.break_handler = longjmp_break_handler; in register_jprobes()
1735 ret = register_kprobe(&jp->kp); in register_jprobes()
1749 int register_jprobe(struct jprobe *jp) in register_jprobe() argument
1751 return register_jprobes(&jp, 1); in register_jprobe()
1755 void unregister_jprobe(struct jprobe *jp) in unregister_jprobe() argument
1757 unregister_jprobes(&jp, 1); in unregister_jprobe()
/linux-4.4.14/arch/mips/vr41xx/
DKconfig39 Please refer to <http://www.tanbac.co.jp/>
78 Please refer to <http://www.tanbac.co.jp/> about DIMM Evaluation Kit.
87 Please refer to <http://www.tanbac.co.jp/> about Mbase.
95 Please refer to <http://www.tanbac.co.jp/> about Mini-ITX DIMM base.
/linux-4.4.14/arch/mips/include/asm/
Dregdef.h52 #define jp $25 /* PIC jump register */ macro
95 #define jp $25 /* PIC jump register */ macro
/linux-4.4.14/include/linux/
Dkprobes.h475 static inline int disable_jprobe(struct jprobe *jp) in disable_jprobe() argument
477 return disable_kprobe(&jp->kp); in disable_jprobe()
479 static inline int enable_jprobe(struct jprobe *jp) in enable_jprobe() argument
481 return enable_kprobe(&jp->kp); in enable_jprobe()
/linux-4.4.14/arch/powerpc/kernel/
Dkprobes.c502 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
508 regs->nip = arch_deref_entry_point(jp->entry); in setjmp_pre_handler()
511 regs->gpr[12] = (unsigned long)jp->entry; in setjmp_pre_handler()
513 regs->gpr[2] = (unsigned long)(((func_descr_t *)jp->entry)->toc); in setjmp_pre_handler()
/linux-4.4.14/arch/mips/fw/lib/
Dcall_o32.S62 move jp,a0
90 jalr jp
/linux-4.4.14/arch/arm/probes/kprobes/
Dcore.c499 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
506 regs->ARM_pc = (long)jp->entry; in setjmp_pre_handler()
585 struct jprobe *jp = container_of(p, struct jprobe, kp); in longjmp_break_handler() local
593 printk("Saved registers for jprobe %p\n", jp); in longjmp_break_handler()
/linux-4.4.14/arch/avr32/kernel/
Dkprobes.c232 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
243 regs->pc = (unsigned long)jp->entry; in setjmp_pre_handler()
/linux-4.4.14/drivers/video/logo/
Dlogo_m32r_clut224.ppm9 # http://www.is.aist.go.jp/etlcdb/util/p2a.htm#English
/linux-4.4.14/drivers/media/pci/meye/
Dmeye.c887 static int meyeioc_s_params(struct meye_params *jp) in meyeioc_s_params() argument
889 if (jp->subsample > 1) in meyeioc_s_params()
892 if (jp->quality > 10) in meyeioc_s_params()
895 if (jp->sharpness > 63 || jp->agc > 63 || jp->picture > 63) in meyeioc_s_params()
898 if (jp->framerate > 31) in meyeioc_s_params()
903 if (meye.params.subsample != jp->subsample || in meyeioc_s_params()
904 meye.params.quality != jp->quality) in meyeioc_s_params()
907 meye.params = *jp; in meyeioc_s_params()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-sun3 Contact: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Dsysfs-kernel-vmcoreinfo4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
/linux-4.4.14/arch/sparc/kernel/
Dkprobes.c446 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
451 regs->tpc = (unsigned long) jp->entry; in setjmp_pre_handler()
452 regs->tnpc = ((unsigned long) jp->entry) + 0x4UL; in setjmp_pre_handler()
/linux-4.4.14/Documentation/ia64/
Dxen.txt127 # git clone http://people.valinux.co.jp/~yamahata/xen-ia64/linux-2.6-xen-ia64.git/
135 http://people.valinux.co.jp/~yamahata/xen-ia64/for_eagl/linux-2.6-ia64-pv-ops.git/
183 Written by Akio Takebe <takebe_akio@jp.fujitsu.com> on 28 May 2008
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c1032 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
1051 regs->ip = (unsigned long)(jp->entry); in setjmp_pre_handler()
1088 struct jprobe *jp = container_of(p, struct jprobe, kp); in longjmp_break_handler() local
1098 printk(KERN_ERR "Saved registers for jprobe %p\n", jp); in longjmp_break_handler()
/linux-4.4.14/Documentation/filesystems/
Dbefs.txt24 Original Author: Makoto Kato <m_kato@ga2.so-net.ne.jp>
26 <http://hp.vector.co.jp/authors/VA008030/bfs/>
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt5 This is Workbit corp.'s(http://www.workbit.co.jp/) NinjaSCSI-3
128 2001/08/08 yokota@netlab.is.tsukuba.ac.jp <YOKOTA Hiroshi>
Daic7xxx.txt359 - Visit our web site at http://www.adaptec.co.jp/.
Daic79xx.txt462 - Visit our web site at http://www.adaptec.co.jp/.
DChangeLog.megaraid197 Jun'ichi Nomura [mailto:jnomura@mtc.biglobe.ne.jp]
/linux-4.4.14/arch/tile/kernel/
Dkprobes.c374 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
383 regs->pc = (unsigned long)(jp->entry); in setjmp_pre_handler()
/linux-4.4.14/arch/arc/kernel/
Dkprobes.c391 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
397 regs->ret = (unsigned long)(jp->entry); in setjmp_pre_handler()
/linux-4.4.14/fs/nls/
DMakefile23 obj-$(CONFIG_NLS_CODEPAGE_932) += nls_cp932.o nls_euc-jp.o
DKconfig30 cp949, cp950, cp1251, cp1255, euc-jp, euc-kr, gb2312, iso8859-1,
254 or EUC-JP. To use EUC-JP, you can use 'euc-jp' as mount option or
/linux-4.4.14/fs/reiserfs/
Dprocfs.c67 #define DJP( x ) le32_to_cpu( jp -> x )
305 struct journal_params *jp = &rs->s_v1.s_journal; in show_journal() local
/linux-4.4.14/arch/mips/kernel/
Dkprobes.c522 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
531 regs->cp0_epc = (unsigned long)(jp->entry); in setjmp_pre_handler()
/linux-4.4.14/arch/sh/kernel/
Dkprobes.c528 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
546 regs->pc = (unsigned long)(jp->entry); in setjmp_pre_handler()
/linux-4.4.14/arch/mn10300/kernel/
Dkprobes.c599 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
611 regs->pc = (unsigned long) jp->entry; in setjmp_pre_handler()
/linux-4.4.14/arch/ia64/kernel/
Dkprobes.c1045 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
1046 unsigned long addr = arch_deref_entry_point(jp->entry); in setjmp_pre_handler()
1074 regs->r1 = ((struct fnptr *)(jp->entry))->gp; in setjmp_pre_handler()
/linux-4.4.14/arch/s390/kernel/
Dkprobes.c679 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
686 regs->psw.addr = (unsigned long) jp->entry | PSW_ADDR_AMODE; in setjmp_pre_handler()
/linux-4.4.14/Documentation/laptops/
Dsonypi.txt6 Copyright (C) 2001 Junichi Morita <jun1m@mars.dti.ne.jp>
7 Copyright (C) 2000 Takaya Kinjo <t-kinjo@tc4.so-net.ne.jp>
/linux-4.4.14/security/tomoyo/
DKconfig14 found at <http://tomoyo.sourceforge.jp/>.
/linux-4.4.14/Documentation/sound/oss/
DREADME.ymfsb106 Daisuke Nagano <breeze.nagano@nifty.ne.jp>
/linux-4.4.14/Documentation/input/
Dxpad.txt177 http://euc.jp/periphs/xbox-controller.ja.html.
188 [1]: http://euc.jp/periphs/xbox-controller.ja.html (ITO Takayuki)
/linux-4.4.14/Documentation/
Dkprobes.txt401 int register_jprobe(struct jprobe *jp)
403 Sets a breakpoint at the address jp->kp.addr, which must be the address
405 Kprobes runs the handler whose address is jp->entry.
453 void unregister_jprobe(struct jprobe *jp);
501 int disable_jprobe(struct jprobe *jp);
511 int enable_jprobe(struct jprobe *jp);
D00-INDEX10 - Japanese, maintained by the JF Project (jf@listserv.linux.or.jp), at
11 http://linuxjf.sourceforge.jp/
Dsvga.txt193 ftp://ftp.phys.keio.ac.jp/pub/XFree86/800x600/XF86Configs/XF86Config.IBM_TP560).
/linux-4.4.14/Documentation/video4linux/bttv/
DCards528 IODATA (jp)
537 Canopus (jp)
801 JTT/ Justy Corp.(http://www.jtt.ne.jp/)
875 www.sknet-web.co.jp
/linux-4.4.14/
D.mailmap36 Damian Hobson-Garcia <dhobsong@igel.co.jp>
DMAINTAINERS2486 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
4836 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4837 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4838 W: http://uclinux-h8.sourceforge.jp
4839 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4862 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
7524 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7535 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7536 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7542 M: GOTO Masanori <gotom@debian.or.jp>
[all …]
DCREDITS1304 E: gotom@debian.or.jp
1802 E: mk@isl.rdc.toshiba.co.jp
2546 E: Kazunori.Miyazawa@jp.yokogawa.com
3996 E: yokota@netlab.is.tsukuba.ac.jp
4022 E: gniibe@mri.co.jp
/linux-4.4.14/crypto/
DKconfig1008 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1027 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1049 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1072 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1088 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
/linux-4.4.14/Documentation/usb/
DCREDITS26 <Kazuki.Yasumatsu@fujixerox.co.jp>
/linux-4.4.14/arch/sh/boards/
DKconfig119 More information at <http://www.interface.co.jp>
/linux-4.4.14/fs/befs/
DChangeLog402 Makoto Kato <m_kato@ga2.so-net.ne.jp> is original author.Daniel Berlin
/linux-4.4.14/arch/sh/
DKconfig722 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
/linux-4.4.14/Documentation/video4linux/
DZoran176 http://www.sony.jp/support/
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt11 Modified by Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>